#76cbec

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

Shades of Sky Blue #76CBEC

Tints of Sky Blue #76CBEC

Color information

#76CBEC (or 0x76CBEC) is unknown color: approx Sky Blue. HEX triplet: 76, CB and EC. RGB value is (118,203,236). Sum of RGB (Red+Green+Blue) = 118+203+236=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #76CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CBEC is #893413. Grayscale: #B5B5B5. Windows color (decimal): -8991764 or 15518582. OLE color: 15518582.

HSL color Cylindrical-coordinate representation of color #76CBEC: hue angle of 196.78º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76CBEC is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118203236-
CMYK0.50.1400.07
HSL196.78º75.64%69.41%-
HSV(B)196.78º50%92.55%-
XYZ43.9752.6287.2-
YUV181.35158.8482.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.18%
GREEN value IS 203 (79.69% from 255) = 36.45%
BLUE value IS 236 (92.58% from 255) = 42.37%
R=21.18%
G=36.45%
B=42.37%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182032360.50.1400.07196.7875.6469.41
Hex76CBEC32E07c54c45
Octal166313354621607305114105
Binary11101101100101111101100110010111001111100010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76cbec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76cbec; }

 p { color: rgb(118,203,236); }

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

<style>
 a { background-color: #76cbec; }

 a { background-color: rgb(118,203,236); }

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

<style>
 span { border-color: #76cbec; }

 span { border-color: rgb(118,203,236); }

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