#7FC6EA

Color #7FC6EA Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #7FC6EA

Tints of Sky Blue #7FC6EA

Color information

#7FC6EA (or 0x7FC6EA) is unknown color: approx Sky Blue. HEX triplet: 7F, C6 and EA. RGB value is (127,198,234). Sum of RGB (Red+Green+Blue) = 127+198+234=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FC6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC6EA is #803915. Grayscale: #B4B4B4. Windows color (decimal): -8403222 or 15386239. OLE color: 15386239.

HSL color Cylindrical-coordinate representation of color #7FC6EA: hue angle of 200.19º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FC6EA is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127198234-
CMYK0.460.1500.08
HSL200.19º71.81%70.78%-
HSV(B)200.19º45.73%91.76%-
XYZ43.850.8485.35-
YUV180.88157.9889.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 22.72%
GREEN value IS 198 (77.73% from 255) = 35.42%
BLUE value IS 234 (91.80% from 255) = 41.86%
R=22.72%
G=35.42%
B=41.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271982340.460.1500.08200.1971.8170.78
Hex7FC6EA2EF08c84847
Octal1773063525617010310110107
Binary111111111000110111010101011101111010001100100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FC6EA; }

 p { color: rgb(127,198,234); }

 H1.HeaderClassName
 {
   color: #7FC6EA;
 }
 .AnyTagClassName
 {
   color: #7FC6EA;
 }
</style>
background-color css

<style>
 a { background-color: #7FC6EA; }

 a { background-color: rgb(127,198,234); }

 div.DivClassName
 {
   background-color: #7FC6EA;
 }
 .BgClassName
 {
   background-color: #7FC6EA;
 }
</style>
border-color css

<style>
 span { border-color: #7FC6EA; }

 span { border-color: rgb(127,198,234); }

 td.TdClassName
 {
   border-color: #7FC6EA;
 }
 .TagClassName
 {
   border-color: #7FC6EA;
 }
</style>