Shades of Sky Blue #80D3EE
Tints of Sky Blue #80D3EE
RGB
CMYK
RGB Variations
Color information
#80D3EE (or 0x80D3EE) is known color: Sky Blue. HEX triplet: 80, D3 and EE. RGB value is (128,211,238). Sum of RGB (Red+Green+Blue) = 128+211+238=577 (76% of max value = 765). Red value is 128 (50.39% from 255 or 22.18% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 238 - color contains mainly: blue. Hex color #80D3EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80D3EE is #7F2C11. Grayscale: #BDBDBD. Windows color (decimal): -8334354 or 15651712. OLE color: 15651712.
HSL color Cylindrical-coordinate representation of color #80D3EE: hue angle of 194.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80D3EE is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 211 | 238 | - |
| CMYK | 0.46 | 0.11 | 0 | 0.07 |
| HSL | 194.73º | 0.76% | 0.72% | - |
| HSV(B) | 194.73º | 0.46% | 0.93% | - |
| XYZ | 47.63 | 57.35 | 89.45 | - |
| YUV | 189.26 | 155.5 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 238 | 0.46 | 0.11 | 0 | 0.07 | 194.73 | 0.76 | 0.72 |
| Hex | 80 | D3 | EE | 2E | B | 0 | 7 | C3 | 4C | 48 |
| Octal | 200 | 323 | 356 | 56 | 13 | 0 | 7 | 303 | 114 | 110 |
| Binary | 10000000 | 11010011 | 11101110 | 101110 | 1011 | 0 | 111 | 11000011 | 1001100 | 1001000 |
Color Harmonies of #80D3EE
Complementary color
Monochromatic Colors of #80D3EE
Black with #80D3EE
Text Example
Text Example
White with #80D3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D3EE; }
p { color: rgb(128,211,238); }
H1.HeaderClassName
{
color: #80D3EE;
}
.AnyTagClassName
{
color: #80D3EE;
}
</style>
background-color css
<style>
a { background-color: #80D3EE; }
a { background-color: rgb(128,211,238); }
div.DivClassName
{
background-color: #80D3EE;
}
.BgClassName
{
background-color: #80D3EE;
}
</style>
border-color css
<style>
span { border-color: #80D3EE; }
span { border-color: rgb(128,211,238); }
td.TdClassName
{
border-color: #80D3EE;
}
.TagClassName
{
border-color: #80D3EE;
}
</style>