Shades of Light Sky Blue #81D4FC
Tints of Light Sky Blue #81D4FC
RGB
CMYK
RGB Variations
Color information
#81D4FC (or 0x81D4FC) is known color: Light Sky Blue. HEX triplet: 81, D4 and FC. RGB value is (129,212,252). Sum of RGB (Red+Green+Blue) = 129+212+252=593 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.75% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #81D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D4FC is #7E2B03. Grayscale: #BFBFBF. Windows color (decimal): -8268548 or 16569473. OLE color: 16569473.
HSL color Cylindrical-coordinate representation of color #81D4FC: hue angle of 199.51º 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 #81D4FC is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 129 | 212 | 252 | - |
| CMYK | 0.49 | 0.16 | 0 | 0.01 |
| HSL | 199.51º | 0.95% | 0.75% | - |
| HSV(B) | 199.51º | 0.49% | 0.99% | - |
| XYZ | 50.17 | 58.78 | 100.8 | - |
| YUV | 191.74 | 162 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 252 | 0.49 | 0.16 | 0 | 0.01 | 199.51 | 0.95 | 0.75 |
| Hex | 81 | D4 | FC | 31 | 10 | 0 | 1 | C8 | 5F | 4B |
| Octal | 201 | 324 | 374 | 61 | 20 | 0 | 1 | 310 | 137 | 113 |
| Binary | 10000001 | 11010100 | 11111100 | 110001 | 10000 | 0 | 1 | 11001000 | 1011111 | 1001011 |
Color Harmonies of #81D4FC
Complementary color
Monochromatic Colors of #81D4FC
Black with #81D4FC
Text Example
Text Example
White with #81D4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D4FC; }
p { color: rgb(129,212,252); }
H1.HeaderClassName
{
color: #81D4FC;
}
.AnyTagClassName
{
color: #81D4FC;
}
</style>
background-color css
<style>
a { background-color: #81D4FC; }
a { background-color: rgb(129,212,252); }
div.DivClassName
{
background-color: #81D4FC;
}
.BgClassName
{
background-color: #81D4FC;
}
</style>
border-color css
<style>
span { border-color: #81D4FC; }
span { border-color: rgb(129,212,252); }
td.TdClassName
{
border-color: #81D4FC;
}
.TagClassName
{
border-color: #81D4FC;
}
</style>