Shades of Sky Blue #81DDF4
Tints of Sky Blue #81DDF4
RGB
CMYK
RGB Variations
Color information
#81DDF4 (or 0x81DDF4) is known color: Sky Blue. HEX triplet: 81, DD and F4. RGB value is (129,221,244). Sum of RGB (Red+Green+Blue) = 129+221+244=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 244 (95.70% from 255 or 41.08% from 594); Max value from RGB is 244 - color contains mainly: blue. Hex color #81DDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDF4 is #7E220B. Grayscale: #C3C3C3. Windows color (decimal): -8266252 or 16047489. OLE color: 16047489.
HSL color Cylindrical-coordinate representation of color #81DDF4: hue angle of 192º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81DDF4 is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 221 | 244 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.04 |
| HSL | 192º | 0.84% | 0.73% | - |
| HSV(B) | 192º | 0.47% | 0.96% | - |
| XYZ | 51.24 | 62.91 | 95.03 | - |
| YUV | 196.11 | 155.02 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 244 | 0.47 | 0.09 | 0 | 0.04 | 192 | 0.84 | 0.73 |
| Hex | 81 | DD | F4 | 2F | 9 | 0 | 4 | C0 | 54 | 49 |
| Octal | 201 | 335 | 364 | 57 | 11 | 0 | 4 | 300 | 124 | 111 |
| Binary | 10000001 | 11011101 | 11110100 | 101111 | 1001 | 0 | 100 | 11000000 | 1010100 | 1001001 |
Color Harmonies of #81DDF4
Complementary color
Monochromatic Colors of #81DDF4
Black with #81DDF4
Text Example
Text Example
White with #81DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDF4; }
p { color: rgb(129,221,244); }
H1.HeaderClassName
{
color: #81DDF4;
}
.AnyTagClassName
{
color: #81DDF4;
}
</style>
background-color css
<style>
a { background-color: #81DDF4; }
a { background-color: rgb(129,221,244); }
div.DivClassName
{
background-color: #81DDF4;
}
.BgClassName
{
background-color: #81DDF4;
}
</style>
border-color css
<style>
span { border-color: #81DDF4; }
span { border-color: rgb(129,221,244); }
td.TdClassName
{
border-color: #81DDF4;
}
.TagClassName
{
border-color: #81DDF4;
}
</style>