Shades of Light Sky Blue #81CBFF
Tints of Light Sky Blue #81CBFF
RGB
CMYK
RGB Variations
Color information
#81CBFF (or 0x81CBFF) is known color: Light Sky Blue. HEX triplet: 81, CB and FF. RGB value is (129,203,255). Sum of RGB (Red+Green+Blue) = 129+203+255=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #81CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBFF is #7E3400. Grayscale: #BABABA. Windows color (decimal): -8270849 or 16763777. OLE color: 16763777.
HSL color Cylindrical-coordinate representation of color #81CBFF: hue angle of 204.76º 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 #81CBFF is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 203 | 255 | - |
| CMYK | 0.49 | 0.20 | 0 | 0 |
| HSL | 204.76º | 1% | 0.75% | - |
| HSV(B) | 204.76º | 0.49% | 1% | - |
| XYZ | 48.46 | 54.6 | 102.59 | - |
| YUV | 186.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 255 | 0.49 | 0.20 | 0 | 0 | 204.76 | 1 | 0.75 |
| Hex | 81 | CB | FF | 31 | 14 | 0 | 0 | CD | 64 | 4B |
| Octal | 201 | 313 | 377 | 61 | 24 | 0 | 0 | 315 | 144 | 113 |
| Binary | 10000001 | 11001011 | 11111111 | 110001 | 10100 | 0 | 0 | 11001101 | 1100100 | 1001011 |
Color Harmonies of #81CBFF
Complementary color
Monochromatic Colors of #81CBFF
Black with #81CBFF
Text Example
Text Example
White with #81CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CBFF; }
p { color: rgb(129,203,255); }
H1.HeaderClassName
{
color: #81CBFF;
}
.AnyTagClassName
{
color: #81CBFF;
}
</style>
background-color css
<style>
a { background-color: #81CBFF; }
a { background-color: rgb(129,203,255); }
div.DivClassName
{
background-color: #81CBFF;
}
.BgClassName
{
background-color: #81CBFF;
}
</style>
border-color css
<style>
span { border-color: #81CBFF; }
span { border-color: rgb(129,203,255); }
td.TdClassName
{
border-color: #81CBFF;
}
.TagClassName
{
border-color: #81CBFF;
}
</style>