Shades of Light Sky Blue #81C8FD
Tints of Light Sky Blue #81C8FD
RGB
CMYK
RGB Variations
Color information
#81C8FD (or 0x81C8FD) is known color: Light Sky Blue. HEX triplet: 81, C8 and FD. RGB value is (129,200,253). Sum of RGB (Red+Green+Blue) = 129+200+253=582 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.16% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #81C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C8FD is #7E3702. Grayscale: #B8B8B8. Windows color (decimal): -8271619 or 16631937. OLE color: 16631937.
HSL color Cylindrical-coordinate representation of color #81C8FD: hue angle of 205.65º degrees, saturation: 0.97, 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 #81C8FD is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 200 | 253 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.01 |
| HSL | 205.65º | 0.97% | 0.75% | - |
| HSV(B) | 205.65º | 0.49% | 0.99% | - |
| XYZ | 47.44 | 53.07 | 100.67 | - |
| YUV | 184.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 253 | 0.49 | 0.21 | 0 | 0.01 | 205.65 | 0.97 | 0.75 |
| Hex | 81 | C8 | FD | 31 | 15 | 0 | 1 | CE | 61 | 4B |
| Octal | 201 | 310 | 375 | 61 | 25 | 0 | 1 | 316 | 141 | 113 |
| Binary | 10000001 | 11001000 | 11111101 | 110001 | 10101 | 0 | 1 | 11001110 | 1100001 | 1001011 |
Color Harmonies of #81C8FD
Complementary color
Monochromatic Colors of #81C8FD
Black with #81C8FD
Text Example
Text Example
White with #81C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C8FD; }
p { color: rgb(129,200,253); }
H1.HeaderClassName
{
color: #81C8FD;
}
.AnyTagClassName
{
color: #81C8FD;
}
</style>
background-color css
<style>
a { background-color: #81C8FD; }
a { background-color: rgb(129,200,253); }
div.DivClassName
{
background-color: #81C8FD;
}
.BgClassName
{
background-color: #81C8FD;
}
</style>
border-color css
<style>
span { border-color: #81C8FD; }
span { border-color: rgb(129,200,253); }
td.TdClassName
{
border-color: #81C8FD;
}
.TagClassName
{
border-color: #81C8FD;
}
</style>