Html Css Color HEX #80D9EF Sky Blue

📋 copy color: '#80D9EF'

red 128 ◦ green 217 ◦ blue 239

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

Shades of Sky Blue #80D9EF

Tints of Sky Blue #80D9EF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

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

R = 21.92%
G = 37.16%
B = 40.92%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80D9EF (or 0x80D9EF) is known color: Sky Blue. HEX triplet: 80, D9 and EF. RGB value is (128,217,239). Sum of RGB (Red+Green+Blue) = 128+217+239=584 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.92% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D9EF is #7F2610. Grayscale: #C0C0C0. Windows color (decimal): -8332817 or 15718784. OLE color: 15718784.

HSL color Cylindrical-coordinate representation of color #80D9EF: hue angle of 191.89º 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 #80D9EF is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 217 239 -
CMYK 0.46 0.09 0 0.06
HSL 191.89º 0.78% 0.72% -
HSV(B) 191.89º 0.46% 0.94% -
XYZ 49.29 60.45 90.73 -
YUV 192.9 154.01 81.71 -
System Red Green Blue C M Y K H S L
Decimal 128 217 239 0.46 0.09 0 0.06 191.89 0.78 0.72
Hex 80 D9 EF 2E 9 0 6 C0 4E 48
Octal 200 331 357 56 11 0 6 300 116 110
Binary 10000000 11011001 11101111 101110 1001 0 110 11000000 1001110 1001000

Color Harmonies of #80D9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D9EF

Black with #80D9EF

Text Example


Text Example

White with #80D9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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