Shades of Light Sky Blue #81D2FF
Tints of Light Sky Blue #81D2FF
RGB
CMYK
RGB Variations
Color information
#81D2FF (or 0x81D2FF) is known color: Light Sky Blue. HEX triplet: 81, D2 and FF. RGB value is (129,210,255). Sum of RGB (Red+Green+Blue) = 129+210+255=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #81D2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D2FF is #7E2D00. Grayscale: #BEBEBE. Windows color (decimal): -8269057 or 16765569. OLE color: 16765569.
HSL color Cylindrical-coordinate representation of color #81D2FF: hue angle of 201.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81D2FF is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 210 | 255 | - |
| CMYK | 0.49 | 0.18 | 0 | 0 |
| HSL | 201.43º | 1% | 0.75% | - |
| HSV(B) | 201.43º | 0.49% | 1% | - |
| XYZ | 50.15 | 57.98 | 103.16 | - |
| YUV | 190.91 | 164.16 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 255 | 0.49 | 0.18 | 0 | 0 | 201.43 | 1 | 0.75 |
| Hex | 81 | D2 | FF | 31 | 12 | 0 | 0 | C9 | 64 | 4B |
| Octal | 201 | 322 | 377 | 61 | 22 | 0 | 0 | 311 | 144 | 113 |
| Binary | 10000001 | 11010010 | 11111111 | 110001 | 10010 | 0 | 0 | 11001001 | 1100100 | 1001011 |
Color Harmonies of #81D2FF
Complementary color
Monochromatic Colors of #81D2FF
Black with #81D2FF
Text Example
Text Example
White with #81D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D2FF; }
p { color: rgb(129,210,255); }
H1.HeaderClassName
{
color: #81D2FF;
}
.AnyTagClassName
{
color: #81D2FF;
}
</style>
background-color css
<style>
a { background-color: #81D2FF; }
a { background-color: rgb(129,210,255); }
div.DivClassName
{
background-color: #81D2FF;
}
.BgClassName
{
background-color: #81D2FF;
}
</style>
border-color css
<style>
span { border-color: #81D2FF; }
span { border-color: rgb(129,210,255); }
td.TdClassName
{
border-color: #81D2FF;
}
.TagClassName
{
border-color: #81D2FF;
}
</style>