Shades of Light Sky Blue #81DBFD
Tints of Light Sky Blue #81DBFD
RGB
CMYK
RGB Variations
Color information
#81DBFD (or 0x81DBFD) is known color: Light Sky Blue. HEX triplet: 81, DB and FD. RGB value is (129,219,253). Sum of RGB (Red+Green+Blue) = 129+219+253=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #81DBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBFD is #7E2402. Grayscale: #C3C3C3. Windows color (decimal): -8266755 or 16636801. OLE color: 16636801.
HSL color Cylindrical-coordinate representation of color #81DBFD: hue angle of 196.45º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DBFD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 219 | 253 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.01 |
| HSL | 196.45º | 0.97% | 0.75% | - |
| HSV(B) | 196.45º | 0.49% | 0.99% | - |
| XYZ | 52.11 | 62.42 | 102.23 | - |
| YUV | 195.97 | 160.18 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 253 | 0.49 | 0.13 | 0 | 0.01 | 196.45 | 0.97 | 0.75 |
| Hex | 81 | DB | FD | 31 | D | 0 | 1 | C4 | 61 | 4B |
| Octal | 201 | 333 | 375 | 61 | 15 | 0 | 1 | 304 | 141 | 113 |
| Binary | 10000001 | 11011011 | 11111101 | 110001 | 1101 | 0 | 1 | 11000100 | 1100001 | 1001011 |
Color Harmonies of #81DBFD
Complementary color
Monochromatic Colors of #81DBFD
Black with #81DBFD
Text Example
Text Example
White with #81DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DBFD; }
p { color: rgb(129,219,253); }
H1.HeaderClassName
{
color: #81DBFD;
}
.AnyTagClassName
{
color: #81DBFD;
}
</style>
background-color css
<style>
a { background-color: #81DBFD; }
a { background-color: rgb(129,219,253); }
div.DivClassName
{
background-color: #81DBFD;
}
.BgClassName
{
background-color: #81DBFD;
}
</style>
border-color css
<style>
span { border-color: #81DBFD; }
span { border-color: rgb(129,219,253); }
td.TdClassName
{
border-color: #81DBFD;
}
.TagClassName
{
border-color: #81DBFD;
}
</style>