Shades of Light Sky Blue #81DFFF
Tints of Light Sky Blue #81DFFF
RGB
CMYK
RGB Variations
Color information
#81DFFF (or 0x81DFFF) is known color: Light Sky Blue. HEX triplet: 81, DF and FF. RGB value is (129,223,255). Sum of RGB (Red+Green+Blue) = 129+223+255=607 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.25% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #81DFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DFFF is #7E2000. Grayscale: #C6C6C6. Windows color (decimal): -8265729 or 16768897. OLE color: 16768897.
HSL color Cylindrical-coordinate representation of color #81DFFF: hue angle of 195.24º 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 #81DFFF is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 223 | 255 | - |
| CMYK | 0.49 | 0.13 | 0 | 0 |
| HSL | 195.24º | 1% | 0.75% | - |
| HSV(B) | 195.24º | 0.49% | 1% | - |
| XYZ | 53.49 | 64.66 | 104.27 | - |
| YUV | 198.54 | 159.86 | 78.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 255 | 0.49 | 0.13 | 0 | 0 | 195.24 | 1 | 0.75 |
| Hex | 81 | DF | FF | 31 | D | 0 | 0 | C3 | 64 | 4B |
| Octal | 201 | 337 | 377 | 61 | 15 | 0 | 0 | 303 | 144 | 113 |
| Binary | 10000001 | 11011111 | 11111111 | 110001 | 1101 | 0 | 0 | 11000011 | 1100100 | 1001011 |
Color Harmonies of #81DFFF
Complementary color
Monochromatic Colors of #81DFFF
Black with #81DFFF
Text Example
Text Example
White with #81DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DFFF; }
p { color: rgb(129,223,255); }
H1.HeaderClassName
{
color: #81DFFF;
}
.AnyTagClassName
{
color: #81DFFF;
}
</style>
background-color css
<style>
a { background-color: #81DFFF; }
a { background-color: rgb(129,223,255); }
div.DivClassName
{
background-color: #81DFFF;
}
.BgClassName
{
background-color: #81DFFF;
}
</style>
border-color css
<style>
span { border-color: #81DFFF; }
span { border-color: rgb(129,223,255); }
td.TdClassName
{
border-color: #81DFFF;
}
.TagClassName
{
border-color: #81DFFF;
}
</style>