Shades of Light Sky Blue #81DEFE
Tints of Light Sky Blue #81DEFE
RGB
CMYK
RGB Variations
Color information
#81DEFE (or 0x81DEFE) is known color: Light Sky Blue. HEX triplet: 81, DE and FE. RGB value is (129,222,254). Sum of RGB (Red+Green+Blue) = 129+222+254=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #81DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEFE is #7E2101. Grayscale: #C5C5C5. Windows color (decimal): -8265986 or 16703105. OLE color: 16703105.
HSL color Cylindrical-coordinate representation of color #81DEFE: hue angle of 195.36º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DEFE is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 129 | 222 | 254 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.00 |
| HSL | 195.36º | 0.98% | 0.75% | - |
| HSV(B) | 195.36º | 0.49% | 1% | - |
| XYZ | 53.06 | 64.07 | 103.34 | - |
| YUV | 197.84 | 159.69 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 222 | 254 | 0.49 | 0.13 | 0 | 0.00 | 195.36 | 0.98 | 0.75 |
| Hex | 81 | DE | FE | 31 | D | 0 | 0 | C3 | 62 | 4B |
| Octal | 201 | 336 | 376 | 61 | 15 | 0 | 0 | 303 | 142 | 113 |
| Binary | 10000001 | 11011110 | 11111110 | 110001 | 1101 | 0 | 0 | 11000011 | 1100010 | 1001011 |
Color Harmonies of #81DEFE
Complementary color
Monochromatic Colors of #81DEFE
Black with #81DEFE
Text Example
Text Example
White with #81DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DEFE; }
p { color: rgb(129,222,254); }
H1.HeaderClassName
{
color: #81DEFE;
}
.AnyTagClassName
{
color: #81DEFE;
}
</style>
background-color css
<style>
a { background-color: #81DEFE; }
a { background-color: rgb(129,222,254); }
div.DivClassName
{
background-color: #81DEFE;
}
.BgClassName
{
background-color: #81DEFE;
}
</style>
border-color css
<style>
span { border-color: #81DEFE; }
span { border-color: rgb(129,222,254); }
td.TdClassName
{
border-color: #81DEFE;
}
.TagClassName
{
border-color: #81DEFE;
}
</style>