Shades of Light Sky Blue #81D8FF
Tints of Light Sky Blue #81D8FF
RGB
CMYK
RGB Variations
Color information
#81D8FF (or 0x81D8FF) is known color: Light Sky Blue. HEX triplet: 81, D8 and FF. RGB value is (129,216,255). Sum of RGB (Red+Green+Blue) = 129+216+255=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #81D8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D8FF is #7E2700. Grayscale: #C2C2C2. Windows color (decimal): -8267521 or 16767105. OLE color: 16767105.
HSL color Cylindrical-coordinate representation of color #81D8FF: hue angle of 198.57º 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 #81D8FF is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 216 | 255 | - |
| CMYK | 0.49 | 0.15 | 0 | 0 |
| HSL | 198.57º | 1% | 0.75% | - |
| HSV(B) | 198.57º | 0.49% | 1% | - |
| XYZ | 51.66 | 61 | 103.66 | - |
| YUV | 194.43 | 162.18 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 216 | 255 | 0.49 | 0.15 | 0 | 0 | 198.57 | 1 | 0.75 |
| Hex | 81 | D8 | FF | 31 | F | 0 | 0 | C7 | 64 | 4B |
| Octal | 201 | 330 | 377 | 61 | 17 | 0 | 0 | 307 | 144 | 113 |
| Binary | 10000001 | 11011000 | 11111111 | 110001 | 1111 | 0 | 0 | 11000111 | 1100100 | 1001011 |
Color Harmonies of #81D8FF
Complementary color
Monochromatic Colors of #81D8FF
Black with #81D8FF
Text Example
Text Example
White with #81D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D8FF; }
p { color: rgb(129,216,255); }
H1.HeaderClassName
{
color: #81D8FF;
}
.AnyTagClassName
{
color: #81D8FF;
}
</style>
background-color css
<style>
a { background-color: #81D8FF; }
a { background-color: rgb(129,216,255); }
div.DivClassName
{
background-color: #81D8FF;
}
.BgClassName
{
background-color: #81D8FF;
}
</style>
border-color css
<style>
span { border-color: #81D8FF; }
span { border-color: rgb(129,216,255); }
td.TdClassName
{
border-color: #81D8FF;
}
.TagClassName
{
border-color: #81D8FF;
}
</style>