Shades of Light Sky Blue #81D9FC
Tints of Light Sky Blue #81D9FC
RGB
CMYK
RGB Variations
Color information
#81D9FC (or 0x81D9FC) is known color: Light Sky Blue. HEX triplet: 81, D9 and FC. RGB value is (129,217,252). Sum of RGB (Red+Green+Blue) = 129+217+252=598 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.57% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #81D9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D9FC is #7E2603. Grayscale: #C2C2C2. Windows color (decimal): -8267268 or 16570753. OLE color: 16570753.
HSL color Cylindrical-coordinate representation of color #81D9FC: hue angle of 197.07º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D9FC is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 217 | 252 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.01 |
| HSL | 197.07º | 0.95% | 0.75% | - |
| HSV(B) | 197.07º | 0.49% | 0.99% | - |
| XYZ | 51.44 | 61.32 | 101.22 | - |
| YUV | 194.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 252 | 0.49 | 0.14 | 0 | 0.01 | 197.07 | 0.95 | 0.75 |
| Hex | 81 | D9 | FC | 31 | E | 0 | 1 | C5 | 5F | 4B |
| Octal | 201 | 331 | 374 | 61 | 16 | 0 | 1 | 305 | 137 | 113 |
| Binary | 10000001 | 11011001 | 11111100 | 110001 | 1110 | 0 | 1 | 11000101 | 1011111 | 1001011 |
Color Harmonies of #81D9FC
Complementary color
Monochromatic Colors of #81D9FC
Black with #81D9FC
Text Example
Text Example
White with #81D9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D9FC; }
p { color: rgb(129,217,252); }
H1.HeaderClassName
{
color: #81D9FC;
}
.AnyTagClassName
{
color: #81D9FC;
}
</style>
background-color css
<style>
a { background-color: #81D9FC; }
a { background-color: rgb(129,217,252); }
div.DivClassName
{
background-color: #81D9FC;
}
.BgClassName
{
background-color: #81D9FC;
}
</style>
border-color css
<style>
span { border-color: #81D9FC; }
span { border-color: rgb(129,217,252); }
td.TdClassName
{
border-color: #81D9FC;
}
.TagClassName
{
border-color: #81D9FC;
}
</style>