Html Css Color HEX #80D5EF Sky Blue

📋 copy color: '#80D5EF'

red 128 ◦ green 213 ◦ blue 239

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

Shades of Sky Blue #80D5EF

Tints of Sky Blue #80D5EF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.72%

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

R = 22.07%
G = 36.72%
B = 41.21%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80D5EF (or 0x80D5EF) is known color: Sky Blue. HEX triplet: 80, D5 and EF. RGB value is (128,213,239). Sum of RGB (Red+Green+Blue) = 128+213+239=580 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.07% from 580); Green value is 213 (83.59% from 255 or 36.72% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D5EF is #7F2A10. Grayscale: #BEBEBE. Windows color (decimal): -8333841 or 15717760. OLE color: 15717760.

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

Color convert

RGB 128 213 239 -
CMYK 0.46 0.11 0 0.06
HSL 194.05º 0.78% 0.72% -
HSV(B) 194.05º 0.46% 0.94% -
XYZ 48.28 58.41 90.39 -
YUV 190.55 155.34 83.39 -
System Red Green Blue C M Y K H S L
Decimal 128 213 239 0.46 0.11 0 0.06 194.05 0.78 0.72
Hex 80 D5 EF 2E B 0 6 C2 4E 48
Octal 200 325 357 56 13 0 6 302 116 110
Binary 10000000 11010101 11101111 101110 1011 0 110 11000010 1001110 1001000

Color Harmonies of #80D5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D5EF

Black with #80D5EF

Text Example


Text Example

White with #80D5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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