#80D8EF

Color #80D8EF Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #80D8EF

Tints of Sky Blue #80D8EF

Color information

#80D8EF (or 0x80D8EF) is unknown color: approx 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

RGB128216239-
CMYK0.460.1000.06
HSL192.43º77.62%71.96%-
HSV(B)192.43º46.44%93.73%-
XYZ49.0459.9390.64-
YUV192.31154.3582.13-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1282162390.460.1000.06192.4377.6271.96
Hex80D8EF2EA06c04e48
Octal200330357561206300116110
Binary100000001101100011101111101110101001101100000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>