Shades of Light Sky Blue #81E1FA
Tints of Light Sky Blue #81E1FA
RGB
CMYK
RGB Variations
Color information
#81E1FA (or 0x81E1FA) is known color: Light Sky Blue. HEX triplet: 81, E1 and FA. RGB value is (129,225,250). Sum of RGB (Red+Green+Blue) = 129+225+250=604 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.36% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #81E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E1FA is #7E1E05. Grayscale: #C6C6C6. Windows color (decimal): -8265222 or 16441729. OLE color: 16441729.
HSL color Cylindrical-coordinate representation of color #81E1FA: hue angle of 192.4º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81E1FA is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 225 | 250 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.02 |
| HSL | 192.4º | 0.92% | 0.74% | - |
| HSV(B) | 192.4º | 0.48% | 0.98% | - |
| XYZ | 53.23 | 65.42 | 100.26 | - |
| YUV | 199.15 | 156.7 | 77.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 225 | 250 | 0.48 | 0.10 | 0 | 0.02 | 192.4 | 0.92 | 0.74 |
| Hex | 81 | E1 | FA | 30 | A | 0 | 2 | C0 | 5C | 4A |
| Octal | 201 | 341 | 372 | 60 | 12 | 0 | 2 | 300 | 134 | 112 |
| Binary | 10000001 | 11100001 | 11111010 | 110000 | 1010 | 0 | 10 | 11000000 | 1011100 | 1001010 |
Color Harmonies of #81E1FA
Complementary color
Monochromatic Colors of #81E1FA
Black with #81E1FA
Text Example
Text Example
White with #81E1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E1FA; }
p { color: rgb(129,225,250); }
H1.HeaderClassName
{
color: #81E1FA;
}
.AnyTagClassName
{
color: #81E1FA;
}
</style>
background-color css
<style>
a { background-color: #81E1FA; }
a { background-color: rgb(129,225,250); }
div.DivClassName
{
background-color: #81E1FA;
}
.BgClassName
{
background-color: #81E1FA;
}
</style>
border-color css
<style>
span { border-color: #81E1FA; }
span { border-color: rgb(129,225,250); }
td.TdClassName
{
border-color: #81E1FA;
}
.TagClassName
{
border-color: #81E1FA;
}
</style>