Shades of Sky Blue #80DDF4
Tints of Sky Blue #80DDF4
RGB
CMYK
RGB Variations
Color information
#80DDF4 (or 0x80DDF4) is known color: Sky Blue. HEX triplet: 80, DD and F4. RGB value is (128,221,244). Sum of RGB (Red+Green+Blue) = 128+221+244=593 (78% of max value = 765). Red value is 128 (50.39% from 255 or 21.59% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 244 (95.70% from 255 or 41.15% from 593); Max value from RGB is 244 - color contains mainly: blue. Hex color #80DDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80DDF4 is #7F220B. Grayscale: #C3C3C3. Windows color (decimal): -8331788 or 16047488. OLE color: 16047488.
HSL color Cylindrical-coordinate representation of color #80DDF4: hue angle of 191.9º degrees, saturation: 0.84, 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 #80DDF4 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 221 | 244 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.04 |
| HSL | 191.9º | 0.84% | 0.73% | - |
| HSV(B) | 191.9º | 0.48% | 0.96% | - |
| XYZ | 51.09 | 62.83 | 95.02 | - |
| YUV | 195.82 | 155.19 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 244 | 0.48 | 0.09 | 0 | 0.04 | 191.9 | 0.84 | 0.73 |
| Hex | 80 | DD | F4 | 30 | 9 | 0 | 4 | C0 | 54 | 49 |
| Octal | 200 | 335 | 364 | 60 | 11 | 0 | 4 | 300 | 124 | 111 |
| Binary | 10000000 | 11011101 | 11110100 | 110000 | 1001 | 0 | 100 | 11000000 | 1010100 | 1001001 |
Color Harmonies of #80DDF4
Complementary color
Monochromatic Colors of #80DDF4
Black with #80DDF4
Text Example
Text Example
White with #80DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DDF4; }
p { color: rgb(128,221,244); }
H1.HeaderClassName
{
color: #80DDF4;
}
.AnyTagClassName
{
color: #80DDF4;
}
</style>
background-color css
<style>
a { background-color: #80DDF4; }
a { background-color: rgb(128,221,244); }
div.DivClassName
{
background-color: #80DDF4;
}
.BgClassName
{
background-color: #80DDF4;
}
</style>
border-color css
<style>
span { border-color: #80DDF4; }
span { border-color: rgb(128,221,244); }
td.TdClassName
{
border-color: #80DDF4;
}
.TagClassName
{
border-color: #80DDF4;
}
</style>