#7FC6EC

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

Shades of Sky Blue #7FC6EC

Tints of Sky Blue #7FC6EC

Color information

#7FC6EC (or 0x7FC6EC) is unknown color: approx Sky Blue. HEX triplet: 7F, C6 and EC. RGB value is (127,198,236). Sum of RGB (Red+Green+Blue) = 127+198+236=561 (74% of max value = 765). Red value is 127 (50% from 255 or 22.64% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #7FC6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FC6EC is #803913. Grayscale: #B4B4B4. Windows color (decimal): -8403220 or 15517311. OLE color: 15517311.

HSL color Cylindrical-coordinate representation of color #7FC6EC: hue angle of 200.92º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FC6EC is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB127198236-
CMYK0.460.1600.07
HSL200.92º74.15%71.18%-
HSV(B)200.92º46.19%92.55%-
XYZ44.0950.9686.87-
YUV181.1158.9889.41-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.64%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 236 (92.58% from 255) = 42.07%
R=22.64%
G=35.29%
B=42.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1271982360.460.1600.07200.9274.1571.18
Hex7FC6EC2E1007c94a47
Octal177306354562007311112107
Binary111111111000110111011001011101000001111100100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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