Shades of Sky Blue #81DDF1
Tints of Sky Blue #81DDF1
RGB
CMYK
RGB Variations
Color information
#81DDF1 (or 0x81DDF1) is known color: Sky Blue. HEX triplet: 81, DD and F1. RGB value is (129,221,241). Sum of RGB (Red+Green+Blue) = 129+221+241=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #81DDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDF1 is #7E220E. Grayscale: #C3C3C3. Windows color (decimal): -8266255 or 15850881. OLE color: 15850881.
HSL color Cylindrical-coordinate representation of color #81DDF1: hue angle of 190.71º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81DDF1 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 221 | 241 | - |
| CMYK | 0.46 | 0.08 | 0 | 0.05 |
| HSL | 190.71º | 0.8% | 0.73% | - |
| HSV(B) | 190.71º | 0.46% | 0.95% | - |
| XYZ | 50.79 | 62.73 | 92.65 | - |
| YUV | 195.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 241 | 0.46 | 0.08 | 0 | 0.05 | 190.71 | 0.8 | 0.73 |
| Hex | 81 | DD | F1 | 2E | 8 | 0 | 5 | BF | 50 | 49 |
| Octal | 201 | 335 | 361 | 56 | 10 | 0 | 5 | 277 | 120 | 111 |
| Binary | 10000001 | 11011101 | 11110001 | 101110 | 1000 | 0 | 101 | 10111111 | 1010000 | 1001001 |
Color Harmonies of #81DDF1
Complementary color
Monochromatic Colors of #81DDF1
Black with #81DDF1
Text Example
Text Example
White with #81DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DDF1; }
p { color: rgb(129,221,241); }
H1.HeaderClassName
{
color: #81DDF1;
}
.AnyTagClassName
{
color: #81DDF1;
}
</style>
background-color css
<style>
a { background-color: #81DDF1; }
a { background-color: rgb(129,221,241); }
div.DivClassName
{
background-color: #81DDF1;
}
.BgClassName
{
background-color: #81DDF1;
}
</style>
border-color css
<style>
span { border-color: #81DDF1; }
span { border-color: rgb(129,221,241); }
td.TdClassName
{
border-color: #81DDF1;
}
.TagClassName
{
border-color: #81DDF1;
}
</style>