Shades of Light Sky Blue #81CFFF
Tints of Light Sky Blue #81CFFF
RGB
CMYK
RGB Variations
Color information
#81CFFF (or 0x81CFFF) is known color: Light Sky Blue. HEX triplet: 81, CF and FF. RGB value is (129,207,255). Sum of RGB (Red+Green+Blue) = 129+207+255=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #81CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFFF is #7E3000. Grayscale: #BCBCBC. Windows color (decimal): -8269825 or 16764801. OLE color: 16764801.
HSL color Cylindrical-coordinate representation of color #81CFFF: hue angle of 202.86º 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 #81CFFF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 207 | 255 | - |
| CMYK | 0.49 | 0.19 | 0 | 0 |
| HSL | 202.86º | 1% | 0.75% | - |
| HSV(B) | 202.86º | 0.49% | 1% | - |
| XYZ | 49.42 | 56.51 | 102.91 | - |
| YUV | 189.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 255 | 0.49 | 0.19 | 0 | 0 | 202.86 | 1 | 0.75 |
| Hex | 81 | CF | FF | 31 | 13 | 0 | 0 | CB | 64 | 4B |
| Octal | 201 | 317 | 377 | 61 | 23 | 0 | 0 | 313 | 144 | 113 |
| Binary | 10000001 | 11001111 | 11111111 | 110001 | 10011 | 0 | 0 | 11001011 | 1100100 | 1001011 |
Color Harmonies of #81CFFF
Complementary color
Monochromatic Colors of #81CFFF
Black with #81CFFF
Text Example
Text Example
White with #81CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CFFF; }
p { color: rgb(129,207,255); }
H1.HeaderClassName
{
color: #81CFFF;
}
.AnyTagClassName
{
color: #81CFFF;
}
</style>
background-color css
<style>
a { background-color: #81CFFF; }
a { background-color: rgb(129,207,255); }
div.DivClassName
{
background-color: #81CFFF;
}
.BgClassName
{
background-color: #81CFFF;
}
</style>
border-color css
<style>
span { border-color: #81CFFF; }
span { border-color: rgb(129,207,255); }
td.TdClassName
{
border-color: #81CFFF;
}
.TagClassName
{
border-color: #81CFFF;
}
</style>