#76d0ec

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

Shades of Sky Blue #76D0EC

Tints of Sky Blue #76D0EC

Color information

#76D0EC (or 0x76D0EC) is unknown color: approx Sky Blue. HEX triplet: 76, D0 and EC. RGB value is (118,208,236). Sum of RGB (Red+Green+Blue) = 118+208+236=562 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.00% from 562); Green value is 208 (81.64% from 255 or 37.01% 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 #76D0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0EC is #892F13. Grayscale: #B8B8B8. Windows color (decimal): -8990484 or 15519862. OLE color: 15519862.

HSL color Cylindrical-coordinate representation of color #76D0EC: hue angle of 194.24º 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 #76D0EC is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118208236-
CMYK0.50.1200.07
HSL194.24º75.64%69.41%-
HSV(B)194.24º50%92.55%-
XYZ45.1755.0287.6-
YUV184.28157.1880.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.00%
GREEN value IS 208 (81.64% from 255) = 37.01%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=21.00%
G=37.01%
B=41.99%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182082360.50.1200.07194.2475.6469.41
Hex76D0EC32C07c24c45
Octal166320354621407302114105
Binary11101101101000011101100110010110001111100001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76d0ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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