Shades of Light Sky Blue #81DEFF
Tints of Light Sky Blue #81DEFF
RGB
CMYK
RGB Variations
Color information
#81DEFF (or 0x81DEFF) is known color: Light Sky Blue. HEX triplet: 81, DE and FF. RGB value is (129,222,255). Sum of RGB (Red+Green+Blue) = 129+222+255=606 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.29% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #81DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEFF is #7E2100. Grayscale: #C5C5C5. Windows color (decimal): -8265985 or 16768641. OLE color: 16768641.
HSL color Cylindrical-coordinate representation of color #81DEFF: hue angle of 195.71º 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 #81DEFF is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 222 | 255 | - |
| CMYK | 0.49 | 0.13 | 0 | 0 |
| HSL | 195.71º | 1% | 0.75% | - |
| HSV(B) | 195.71º | 0.49% | 1% | - |
| XYZ | 53.22 | 64.13 | 104.18 | - |
| YUV | 197.96 | 160.19 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 222 | 255 | 0.49 | 0.13 | 0 | 0 | 195.71 | 1 | 0.75 |
| Hex | 81 | DE | FF | 31 | D | 0 | 0 | C4 | 64 | 4B |
| Octal | 201 | 336 | 377 | 61 | 15 | 0 | 0 | 304 | 144 | 113 |
| Binary | 10000001 | 11011110 | 11111111 | 110001 | 1101 | 0 | 0 | 11000100 | 1100100 | 1001011 |
Color Harmonies of #81DEFF
Complementary color
Monochromatic Colors of #81DEFF
Black with #81DEFF
Text Example
Text Example
White with #81DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DEFF; }
p { color: rgb(129,222,255); }
H1.HeaderClassName
{
color: #81DEFF;
}
.AnyTagClassName
{
color: #81DEFF;
}
</style>
background-color css
<style>
a { background-color: #81DEFF; }
a { background-color: rgb(129,222,255); }
div.DivClassName
{
background-color: #81DEFF;
}
.BgClassName
{
background-color: #81DEFF;
}
</style>
border-color css
<style>
span { border-color: #81DEFF; }
span { border-color: rgb(129,222,255); }
td.TdClassName
{
border-color: #81DEFF;
}
.TagClassName
{
border-color: #81DEFF;
}
</style>