#77CFEC

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

Shades of Sky Blue #77CFEC

Tints of Sky Blue #77CFEC

Color information

#77CFEC (or 0x77CFEC) is unknown color: approx Sky Blue. HEX triplet: 77, CF and EC. RGB value is (119,207,236). Sum of RGB (Red+Green+Blue) = 119+207+236=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #77CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CFEC is #883013. Grayscale: #B7B7B7. Windows color (decimal): -8925204 or 15519607. OLE color: 15519607.

HSL color Cylindrical-coordinate representation of color #77CFEC: hue angle of 194.87º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77CFEC is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119207236-
CMYK0.500.1200.07
HSL194.87º75.48%69.61%-
HSV(B)194.87º49.58%92.55%-
XYZ45.0654.687.52-
YUV183.99157.3581.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.17%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=21.17%
G=36.83%
B=41.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1192072360.500.1200.07194.8775.4869.61
Hex77CFEC32C07c34b46
Octal167317354621407303113106
Binary11101111100111111101100110010110001111100001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CFEC; }

 p { color: rgb(119,207,236); }

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

<style>
 a { background-color: #77CFEC; }

 a { background-color: rgb(119,207,236); }

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

<style>
 span { border-color: #77CFEC; }

 span { border-color: rgb(119,207,236); }

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