Html Css Color HEX #80D4EF Sky Blue

📋 copy color: '#80D4EF'

red 128 ◦ green 212 ◦ blue 239

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

Shades of Sky Blue #80D4EF

Tints of Sky Blue #80D4EF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.61%

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

R = 22.11%
G = 36.61%
B = 41.28%

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

#80D4EF (or 0x80D4EF) is known color: Sky Blue. HEX triplet: 80, D4 and EF. RGB value is (128,212,239). Sum of RGB (Red+Green+Blue) = 128+212+239=579 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.11% from 579); Green value is 212 (83.20% from 255 or 36.61% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D4EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D4EF is #7F2B10. Grayscale: #BDBDBD. Windows color (decimal): -8334097 or 15717504. OLE color: 15717504.

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

Color convert

RGB 128 212 239 -
CMYK 0.46 0.11 0 0.06
HSL 194.59º 0.78% 0.72% -
HSV(B) 194.59º 0.46% 0.94% -
XYZ 48.03 57.91 90.31 -
YUV 189.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 128 212 239 0.46 0.11 0 0.06 194.59 0.78 0.72
Hex 80 D4 EF 2E B 0 6 C3 4E 48
Octal 200 324 357 56 13 0 6 303 116 110
Binary 10000000 11010100 11101111 101110 1011 0 110 11000011 1001110 1001000

Color Harmonies of #80D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D4EF

Black with #80D4EF

Text Example


Text Example

White with #80D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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