Shades of Light Sky Blue #81C8FC
Tints of Light Sky Blue #81C8FC
RGB
CMYK
RGB Variations
Color information
#81C8FC (or 0x81C8FC) is known color: Light Sky Blue. HEX triplet: 81, C8 and FC. RGB value is (129,200,252). Sum of RGB (Red+Green+Blue) = 129+200+252=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #81C8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C8FC is #7E3703. Grayscale: #B8B8B8. Windows color (decimal): -8271620 or 16566401. OLE color: 16566401.
HSL color Cylindrical-coordinate representation of color #81C8FC: hue angle of 205.37º 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 #81C8FC is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 200 | 252 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.01 |
| HSL | 205.37º | 0.95% | 0.75% | - |
| HSV(B) | 205.37º | 0.49% | 0.99% | - |
| XYZ | 47.28 | 53 | 99.83 | - |
| YUV | 184.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 252 | 0.49 | 0.21 | 0 | 0.01 | 205.37 | 0.95 | 0.75 |
| Hex | 81 | C8 | FC | 31 | 15 | 0 | 1 | CD | 5F | 4B |
| Octal | 201 | 310 | 374 | 61 | 25 | 0 | 1 | 315 | 137 | 113 |
| Binary | 10000001 | 11001000 | 11111100 | 110001 | 10101 | 0 | 1 | 11001101 | 1011111 | 1001011 |
Color Harmonies of #81C8FC
Complementary color
Monochromatic Colors of #81C8FC
Black with #81C8FC
Text Example
Text Example
White with #81C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C8FC; }
p { color: rgb(129,200,252); }
H1.HeaderClassName
{
color: #81C8FC;
}
.AnyTagClassName
{
color: #81C8FC;
}
</style>
background-color css
<style>
a { background-color: #81C8FC; }
a { background-color: rgb(129,200,252); }
div.DivClassName
{
background-color: #81C8FC;
}
.BgClassName
{
background-color: #81C8FC;
}
</style>
border-color css
<style>
span { border-color: #81C8FC; }
span { border-color: rgb(129,200,252); }
td.TdClassName
{
border-color: #81C8FC;
}
.TagClassName
{
border-color: #81C8FC;
}
</style>