Html Css Color HEX #80DEEF Sky Blue

📋 copy color: '#80DEEF'

red 128 ◦ green 222 ◦ blue 239

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

Shades of Sky Blue #80DEEF

Tints of Sky Blue #80DEEF

RGB

 RED value IS 128 (50.39% from 255) = 21.73%

 GREEN value IS 222 (87.11% from 255) = 37.69%

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

R = 21.73%
G = 37.69%
B = 40.58%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80DEEF (or 0x80DEEF) is known color: Sky Blue. HEX triplet: 80, DE and EF. RGB value is (128,222,239). Sum of RGB (Red+Green+Blue) = 128+222+239=589 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.73% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #80DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DEEF is #7F2110. Grayscale: #C3C3C3. Windows color (decimal): -8331537 or 15720064. OLE color: 15720064.

HSL color Cylindrical-coordinate representation of color #80DEEF: hue angle of 189.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80DEEF is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 222 239 -
CMYK 0.46 0.07 0 0.06
HSL 189.19º 0.78% 0.72% -
HSV(B) 189.19º 0.46% 0.94% -
XYZ 50.6 63.06 91.17 -
YUV 195.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 128 222 239 0.46 0.07 0 0.06 189.19 0.78 0.72
Hex 80 DE EF 2E 7 0 6 BD 4E 48
Octal 200 336 357 56 7 0 6 275 116 110
Binary 10000000 11011110 11101111 101110 111 0 110 10111101 1001110 1001000

Color Harmonies of #80DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DEEF

Black with #80DEEF

Text Example


Text Example

White with #80DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80DEEF; }

 p { color: rgb(128,222,239); }

 H1.HeaderClassName
 {
   color: #80DEEF;
 }
 .AnyTagClassName
 {
   color: #80DEEF;
 }
</style>

background-color css

<style>
 a { background-color: #80DEEF; }

 a { background-color: rgb(128,222,239); }

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

border-color css

<style>
 span { border-color: #80DEEF; }

 span { border-color: rgb(128,222,239); }

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