Shades of Sky Blue #80DEF6
Tints of Sky Blue #80DEF6
RGB
CMYK
RGB Variations
Color information
#80DEF6 (or 0x80DEF6) is known color: Sky Blue. HEX triplet: 80, DE and F6. RGB value is (128,222,246). Sum of RGB (Red+Green+Blue) = 128+222+246=596 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.48% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #80DEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DEF6 is #7F2109. Grayscale: #C4C4C4. Windows color (decimal): -8331530 or 16178816. OLE color: 16178816.
HSL color Cylindrical-coordinate representation of color #80DEF6: hue angle of 192.2º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80DEF6 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 222 | 246 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.04 |
| HSL | 192.2º | 0.87% | 0.73% | - |
| HSV(B) | 192.2º | 0.48% | 0.96% | - |
| XYZ | 51.66 | 63.49 | 96.72 | - |
| YUV | 196.63 | 155.86 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 222 | 246 | 0.48 | 0.10 | 0 | 0.04 | 192.2 | 0.87 | 0.73 |
| Hex | 80 | DE | F6 | 30 | A | 0 | 4 | C0 | 57 | 49 |
| Octal | 200 | 336 | 366 | 60 | 12 | 0 | 4 | 300 | 127 | 111 |
| Binary | 10000000 | 11011110 | 11110110 | 110000 | 1010 | 0 | 100 | 11000000 | 1010111 | 1001001 |
Color Harmonies of #80DEF6
Complementary color
Monochromatic Colors of #80DEF6
Black with #80DEF6
Text Example
Text Example
White with #80DEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DEF6; }
p { color: rgb(128,222,246); }
H1.HeaderClassName
{
color: #80DEF6;
}
.AnyTagClassName
{
color: #80DEF6;
}
</style>
background-color css
<style>
a { background-color: #80DEF6; }
a { background-color: rgb(128,222,246); }
div.DivClassName
{
background-color: #80DEF6;
}
.BgClassName
{
background-color: #80DEF6;
}
</style>
border-color css
<style>
span { border-color: #80DEF6; }
span { border-color: rgb(128,222,246); }
td.TdClassName
{
border-color: #80DEF6;
}
.TagClassName
{
border-color: #80DEF6;
}
</style>