#76D2EF

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

Shades of Sky Blue #76D2EF

Tints of Sky Blue #76D2EF

Color information

#76D2EF (or 0x76D2EF) is unknown color: approx Sky Blue. HEX triplet: 76, D2 and EF. RGB value is (118,210,239). Sum of RGB (Red+Green+Blue) = 118+210+239=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #76D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D2EF is #892D10. Grayscale: #B9B9B9. Windows color (decimal): -8989969 or 15716982. OLE color: 15716982.

HSL color Cylindrical-coordinate representation of color #76D2EF: hue angle of 194.38º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D2EF is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB118210239-
CMYK0.510.1200.06
HSL194.38º79.08%70%-
HSV(B)194.38º50.63%93.73%-
XYZ46.156.1890.07-
YUV185.8158.0279.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.81%
GREEN value IS 210 (82.42% from 255) = 37.04%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=20.81%
G=37.04%
B=42.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182102390.510.1200.06194.3879.0870
Hex76D2EF33C06c24f46
Octal166322357631406302117106
Binary11101101101001011101111110011110001101100001010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,210,239); }

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

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

 a { background-color: rgb(118,210,239); }

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

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

 span { border-color: rgb(118,210,239); }

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