Shades of Sky Blue #81D2F4
Tints of Sky Blue #81D2F4
RGB
CMYK
RGB Variations
Color information
#81D2F4 (or 0x81D2F4) is known color: Sky Blue. HEX triplet: 81, D2 and F4. RGB value is (129,210,244). Sum of RGB (Red+Green+Blue) = 129+210+244=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #81D2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D2F4 is #7E2D0B. Grayscale: #BDBDBD. Windows color (decimal): -8269068 or 16044673. OLE color: 16044673.
HSL color Cylindrical-coordinate representation of color #81D2F4: hue angle of 197.74º 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 #81D2F4 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 210 | 244 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.04 |
| HSL | 197.74º | 0.84% | 0.73% | - |
| HSV(B) | 197.74º | 0.47% | 0.96% | - |
| XYZ | 48.43 | 57.29 | 94.09 | - |
| YUV | 189.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 244 | 0.47 | 0.14 | 0 | 0.04 | 197.74 | 0.84 | 0.73 |
| Hex | 81 | D2 | F4 | 2F | E | 0 | 4 | C6 | 54 | 49 |
| Octal | 201 | 322 | 364 | 57 | 16 | 0 | 4 | 306 | 124 | 111 |
| Binary | 10000001 | 11010010 | 11110100 | 101111 | 1110 | 0 | 100 | 11000110 | 1010100 | 1001001 |
Color Harmonies of #81D2F4
Complementary color
Monochromatic Colors of #81D2F4
Black with #81D2F4
Text Example
Text Example
White with #81D2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D2F4; }
p { color: rgb(129,210,244); }
H1.HeaderClassName
{
color: #81D2F4;
}
.AnyTagClassName
{
color: #81D2F4;
}
</style>
background-color css
<style>
a { background-color: #81D2F4; }
a { background-color: rgb(129,210,244); }
div.DivClassName
{
background-color: #81D2F4;
}
.BgClassName
{
background-color: #81D2F4;
}
</style>
border-color css
<style>
span { border-color: #81D2F4; }
span { border-color: rgb(129,210,244); }
td.TdClassName
{
border-color: #81D2F4;
}
.TagClassName
{
border-color: #81D2F4;
}
</style>