Html Css Color HEX #80D9EB Sky Blue

📋 copy color: '#80D9EB'

red 128 ◦ green 217 ◦ blue 235

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

Shades of Sky Blue #80D9EB

Tints of Sky Blue #80D9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.52%

R = 22.07%
G = 37.41%
B = 40.52%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#80D9EB (or 0x80D9EB) is known color: Sky Blue. HEX triplet: 80, D9 and EB. RGB value is (128,217,235). Sum of RGB (Red+Green+Blue) = 128+217+235=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #80D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D9EB is #7F2614. Grayscale: #C0C0C0. Windows color (decimal): -8332821 or 15456640. OLE color: 15456640.

HSL color Cylindrical-coordinate representation of color #80D9EB: hue angle of 190.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D9EB is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 217 235 -
CMYK 0.46 0.08 0 0.08
HSL 190.09º 0.73% 0.71% -
HSV(B) 190.09º 0.46% 0.92% -
XYZ 48.71 60.21 87.65 -
YUV 192.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 128 217 235 0.46 0.08 0 0.08 190.09 0.73 0.71
Hex 80 D9 EB 2E 8 0 8 BE 49 47
Octal 200 331 353 56 10 0 10 276 111 107
Binary 10000000 11011001 11101011 101110 1000 0 1000 10111110 1001001 1000111

Color Harmonies of #80D9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D9EB

Black with #80D9EB

Text Example


Text Example

White with #80D9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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