Shades of Sky Blue #81D7F4
Tints of Sky Blue #81D7F4
RGB
CMYK
RGB Variations
Color information
#81D7F4 (or 0x81D7F4) is known color: Sky Blue. HEX triplet: 81, D7 and F4. RGB value is (129,215,244). Sum of RGB (Red+Green+Blue) = 129+215+244=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #81D7F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D7F4 is #7E280B. Grayscale: #C0C0C0. Windows color (decimal): -8267788 or 16045953. OLE color: 16045953.
HSL color Cylindrical-coordinate representation of color #81D7F4: hue angle of 195.13º 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 #81D7F4 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 215 | 244 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.04 |
| HSL | 195.13º | 0.84% | 0.73% | - |
| HSV(B) | 195.13º | 0.47% | 0.96% | - |
| XYZ | 49.68 | 59.8 | 94.51 | - |
| YUV | 192.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 215 | 244 | 0.47 | 0.12 | 0 | 0.04 | 195.13 | 0.84 | 0.73 |
| Hex | 81 | D7 | F4 | 2F | C | 0 | 4 | C3 | 54 | 49 |
| Octal | 201 | 327 | 364 | 57 | 14 | 0 | 4 | 303 | 124 | 111 |
| Binary | 10000001 | 11010111 | 11110100 | 101111 | 1100 | 0 | 100 | 11000011 | 1010100 | 1001001 |
Color Harmonies of #81D7F4
Complementary color
Monochromatic Colors of #81D7F4
Black with #81D7F4
Text Example
Text Example
White with #81D7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D7F4; }
p { color: rgb(129,215,244); }
H1.HeaderClassName
{
color: #81D7F4;
}
.AnyTagClassName
{
color: #81D7F4;
}
</style>
background-color css
<style>
a { background-color: #81D7F4; }
a { background-color: rgb(129,215,244); }
div.DivClassName
{
background-color: #81D7F4;
}
.BgClassName
{
background-color: #81D7F4;
}
</style>
border-color css
<style>
span { border-color: #81D7F4; }
span { border-color: rgb(129,215,244); }
td.TdClassName
{
border-color: #81D7F4;
}
.TagClassName
{
border-color: #81D7F4;
}
</style>