Html Css Color HEX #76D0EC Sky Blue

📋 copy color: '#76D0EC'

red 118 ◦ green 208 ◦ blue 236

#76D0EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #76D0EC

Tints of Sky Blue #76D0EC

RGB

 RED value IS 118 (46.48% from 255) = 21%

 GREEN value IS 208 (81.64% from 255) = 37.01%

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 21%
G = 37.01%
B = 41.99%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76D0EC (or 0x76D0EC) is known color: 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

RGB 118 208 236 -
CMYK 0.5 0.12 0 0.07
HSL 194.24º 0.76% 0.69% -
HSV(B) 194.24º 0.5% 0.93% -
XYZ 45.17 55.02 87.6 -
YUV 184.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 118 208 236 0.5 0.12 0 0.07 194.24 0.76 0.69
Hex 76 D0 EC 32 C 0 7 C2 4C 45
Octal 166 320 354 62 14 0 7 302 114 105
Binary 1110110 11010000 11101100 110010 1100 0 111 11000010 1001100 1000101

Color Harmonies of #76D0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0EC

Black with #76D0EC

Text Example


Text Example

White with #76D0EC

Text Example


Text Example

HTML Codes & Css Web 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>