Html Css Color HEX #80D8EF Sky Blue

📋 copy color: '#80D8EF'

red 128 ◦ green 216 ◦ blue 239

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

Shades of Sky Blue #80D8EF

Tints of Sky Blue #80D8EF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.05%

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

R = 21.96%
G = 37.05%
B = 40.99%

CMYK

 C value IS 0.46

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80D8EF (or 0x80D8EF) is known color: Sky Blue. HEX triplet: 80, D8 and EF. RGB value is (128,216,239). Sum of RGB (Red+Green+Blue) = 128+216+239=583 (77% of max value = 765). Red value is 128 (50.39% from 255 or 21.96% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #80D8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D8EF is #7F2710. Grayscale: #C0C0C0. Windows color (decimal): -8333073 or 15718528. OLE color: 15718528.

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

Color convert

RGB 128 216 239 -
CMYK 0.46 0.10 0 0.06
HSL 192.43º 0.78% 0.72% -
HSV(B) 192.43º 0.46% 0.94% -
XYZ 49.04 59.93 90.64 -
YUV 192.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 128 216 239 0.46 0.10 0 0.06 192.43 0.78 0.72
Hex 80 D8 EF 2E A 0 6 C0 4E 48
Octal 200 330 357 56 12 0 6 300 116 110
Binary 10000000 11011000 11101111 101110 1010 0 110 11000000 1001110 1001000

Color Harmonies of #80D8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D8EF

Black with #80D8EF

Text Example


Text Example

White with #80D8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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