Shades of Light Sky Blue #81E2FF
Tints of Light Sky Blue #81E2FF
RGB
CMYK
RGB Variations
Color information
#81E2FF (or 0x81E2FF) is known color: Light Sky Blue. HEX triplet: 81, E2 and FF. RGB value is (129,226,255). Sum of RGB (Red+Green+Blue) = 129+226+255=610 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.15% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #81E2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81E2FF is #7E1D00. Grayscale: #C8C8C8. Windows color (decimal): -8264961 or 16769665. OLE color: 16769665.
HSL color Cylindrical-coordinate representation of color #81E2FF: hue angle of 193.81º 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 #81E2FF is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 226 | 255 | - |
| CMYK | 0.49 | 0.11 | 0 | 0 |
| HSL | 193.81º | 1% | 0.75% | - |
| HSV(B) | 193.81º | 0.49% | 1% | - |
| XYZ | 54.3 | 66.28 | 104.54 | - |
| YUV | 200.3 | 158.86 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 226 | 255 | 0.49 | 0.11 | 0 | 0 | 193.81 | 1 | 0.75 |
| Hex | 81 | E2 | FF | 31 | B | 0 | 0 | C2 | 64 | 4B |
| Octal | 201 | 342 | 377 | 61 | 13 | 0 | 0 | 302 | 144 | 113 |
| Binary | 10000001 | 11100010 | 11111111 | 110001 | 1011 | 0 | 0 | 11000010 | 1100100 | 1001011 |
Color Harmonies of #81E2FF
Complementary color
Monochromatic Colors of #81E2FF
Black with #81E2FF
Text Example
Text Example
White with #81E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E2FF; }
p { color: rgb(129,226,255); }
H1.HeaderClassName
{
color: #81E2FF;
}
.AnyTagClassName
{
color: #81E2FF;
}
</style>
background-color css
<style>
a { background-color: #81E2FF; }
a { background-color: rgb(129,226,255); }
div.DivClassName
{
background-color: #81E2FF;
}
.BgClassName
{
background-color: #81E2FF;
}
</style>
border-color css
<style>
span { border-color: #81E2FF; }
span { border-color: rgb(129,226,255); }
td.TdClassName
{
border-color: #81E2FF;
}
.TagClassName
{
border-color: #81E2FF;
}
</style>