Html Css Color HEX #76D0EF Sky Blue

📋 copy color: '#76D0EF'

red 118 ◦ green 208 ◦ blue 239

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

Shades of Sky Blue #76D0EF

Tints of Sky Blue #76D0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 20.88%
G = 36.81%
B = 42.3%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#76D0EF (or 0x76D0EF) is known color: Sky Blue. HEX triplet: 76, D0 and EF. RGB value is (118,208,239). Sum of RGB (Red+Green+Blue) = 118+208+239=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #76D0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D0EF is #892F10. Grayscale: #B8B8B8. Windows color (decimal): -8990481 or 15716470. OLE color: 15716470.

HSL color Cylindrical-coordinate representation of color #76D0EF: hue angle of 195.37º 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 #76D0EF is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 208 239 -
CMYK 0.51 0.13 0 0.06
HSL 195.37º 0.79% 0.7% -
HSV(B) 195.37º 0.51% 0.94% -
XYZ 45.61 55.2 89.91 -
YUV 184.62 158.68 80.48 -
System Red Green Blue C M Y K H S L
Decimal 118 208 239 0.51 0.13 0 0.06 195.37 0.79 0.7
Hex 76 D0 EF 33 D 0 6 C3 4F 46
Octal 166 320 357 63 15 0 6 303 117 106
Binary 1110110 11010000 11101111 110011 1101 0 110 11000011 1001111 1000110

Color Harmonies of #76D0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D0EF

Black with #76D0EF

Text Example


Text Example

White with #76D0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76D0EF;
 }
 .AnyTagClassName
 {
   color: #76D0EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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