Shades of Light Sky Blue #81DCFC
Tints of Light Sky Blue #81DCFC
RGB
CMYK
RGB Variations
Color information
#81DCFC (or 0x81DCFC) is known color: Light Sky Blue. HEX triplet: 81, DC and FC. RGB value is (129,220,252). Sum of RGB (Red+Green+Blue) = 129+220+252=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #81DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCFC is #7E2303. Grayscale: #C4C4C4. Windows color (decimal): -8266500 or 16571521. OLE color: 16571521.
HSL color Cylindrical-coordinate representation of color #81DCFC: hue angle of 195.61º degrees, saturation: 0.95, 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 #81DCFC is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 220 | 252 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.01 |
| HSL | 195.61º | 0.95% | 0.75% | - |
| HSV(B) | 195.61º | 0.49% | 0.99% | - |
| XYZ | 52.22 | 62.88 | 101.48 | - |
| YUV | 196.44 | 159.35 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 252 | 0.49 | 0.13 | 0 | 0.01 | 195.61 | 0.95 | 0.75 |
| Hex | 81 | DC | FC | 31 | D | 0 | 1 | C4 | 5F | 4B |
| Octal | 201 | 334 | 374 | 61 | 15 | 0 | 1 | 304 | 137 | 113 |
| Binary | 10000001 | 11011100 | 11111100 | 110001 | 1101 | 0 | 1 | 11000100 | 1011111 | 1001011 |
Color Harmonies of #81DCFC
Complementary color
Monochromatic Colors of #81DCFC
Black with #81DCFC
Text Example
Text Example
White with #81DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DCFC; }
p { color: rgb(129,220,252); }
H1.HeaderClassName
{
color: #81DCFC;
}
.AnyTagClassName
{
color: #81DCFC;
}
</style>
background-color css
<style>
a { background-color: #81DCFC; }
a { background-color: rgb(129,220,252); }
div.DivClassName
{
background-color: #81DCFC;
}
.BgClassName
{
background-color: #81DCFC;
}
</style>
border-color css
<style>
span { border-color: #81DCFC; }
span { border-color: rgb(129,220,252); }
td.TdClassName
{
border-color: #81DCFC;
}
.TagClassName
{
border-color: #81DCFC;
}
</style>