Shades of Light Sky Blue #81DCFD
Tints of Light Sky Blue #81DCFD
RGB
CMYK
RGB Variations
Color information
#81DCFD (or 0x81DCFD) is known color: Light Sky Blue. HEX triplet: 81, DC and FD. RGB value is (129,220,253). Sum of RGB (Red+Green+Blue) = 129+220+253=602 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.43% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #81DCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCFD is #7E2302. Grayscale: #C4C4C4. Windows color (decimal): -8266499 or 16637057. OLE color: 16637057.
HSL color Cylindrical-coordinate representation of color #81DCFD: hue angle of 195.97º 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 #81DCFD is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 220 | 253 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.01 |
| HSL | 195.97º | 0.97% | 0.75% | - |
| HSV(B) | 195.97º | 0.49% | 0.99% | - |
| XYZ | 52.38 | 62.95 | 102.32 | - |
| YUV | 196.55 | 159.85 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 253 | 0.49 | 0.13 | 0 | 0.01 | 195.97 | 0.97 | 0.75 |
| Hex | 81 | DC | FD | 31 | D | 0 | 1 | C4 | 61 | 4B |
| Octal | 201 | 334 | 375 | 61 | 15 | 0 | 1 | 304 | 141 | 113 |
| Binary | 10000001 | 11011100 | 11111101 | 110001 | 1101 | 0 | 1 | 11000100 | 1100001 | 1001011 |
Color Harmonies of #81DCFD
Complementary color
Monochromatic Colors of #81DCFD
Black with #81DCFD
Text Example
Text Example
White with #81DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCFD; }
p { color: rgb(129,220,253); }
H1.HeaderClassName
{
color: #81DCFD;
}
.AnyTagClassName
{
color: #81DCFD;
}
</style>
background-color css
<style>
a { background-color: #81DCFD; }
a { background-color: rgb(129,220,253); }
div.DivClassName
{
background-color: #81DCFD;
}
.BgClassName
{
background-color: #81DCFD;
}
</style>
border-color css
<style>
span { border-color: #81DCFD; }
span { border-color: rgb(129,220,253); }
td.TdClassName
{
border-color: #81DCFD;
}
.TagClassName
{
border-color: #81DCFD;
}
</style>