Shades of Light Sky Blue #81C5FF
Tints of Light Sky Blue #81C5FF
RGB
CMYK
RGB Variations
Color information
#81C5FF (or 0x81C5FF) is known color: Light Sky Blue. HEX triplet: 81, C5 and FF. RGB value is (129,197,255). Sum of RGB (Red+Green+Blue) = 129+197+255=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #81C5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5FF is #7E3A00. Grayscale: #B6B6B6. Windows color (decimal): -8272385 or 16762241. OLE color: 16762241.
HSL color Cylindrical-coordinate representation of color #81C5FF: hue angle of 207.62º 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 #81C5FF is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 197 | 255 | - |
| CMYK | 0.49 | 0.23 | 0 | 0 |
| HSL | 207.62º | 1% | 0.75% | - |
| HSV(B) | 207.62º | 0.49% | 1% | - |
| XYZ | 47.07 | 51.82 | 102.13 | - |
| YUV | 183.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 255 | 0.49 | 0.23 | 0 | 0 | 207.62 | 1 | 0.75 |
| Hex | 81 | C5 | FF | 31 | 17 | 0 | 0 | D0 | 64 | 4B |
| Octal | 201 | 305 | 377 | 61 | 27 | 0 | 0 | 320 | 144 | 113 |
| Binary | 10000001 | 11000101 | 11111111 | 110001 | 10111 | 0 | 0 | 11010000 | 1100100 | 1001011 |
Color Harmonies of #81C5FF
Complementary color
Monochromatic Colors of #81C5FF
Black with #81C5FF
Text Example
Text Example
White with #81C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C5FF; }
p { color: rgb(129,197,255); }
H1.HeaderClassName
{
color: #81C5FF;
}
.AnyTagClassName
{
color: #81C5FF;
}
</style>
background-color css
<style>
a { background-color: #81C5FF; }
a { background-color: rgb(129,197,255); }
div.DivClassName
{
background-color: #81C5FF;
}
.BgClassName
{
background-color: #81C5FF;
}
</style>
border-color css
<style>
span { border-color: #81C5FF; }
span { border-color: rgb(129,197,255); }
td.TdClassName
{
border-color: #81C5FF;
}
.TagClassName
{
border-color: #81C5FF;
}
</style>