Shades of Light Sky Blue #81D4FA
Tints of Light Sky Blue #81D4FA
RGB
CMYK
RGB Variations
Color information
#81D4FA (or 0x81D4FA) is known color: Light Sky Blue. HEX triplet: 81, D4 and FA. RGB value is (129,212,250). Sum of RGB (Red+Green+Blue) = 129+212+250=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #81D4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D4FA is #7E2B05. Grayscale: #BFBFBF. Windows color (decimal): -8268550 or 16438401. OLE color: 16438401.
HSL color Cylindrical-coordinate representation of color #81D4FA: hue angle of 198.84º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81D4FA is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 212 | 250 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.02 |
| HSL | 198.84º | 0.92% | 0.74% | - |
| HSV(B) | 198.84º | 0.48% | 0.98% | - |
| XYZ | 49.85 | 58.66 | 99.14 | - |
| YUV | 191.52 | 161 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 250 | 0.48 | 0.15 | 0 | 0.02 | 198.84 | 0.92 | 0.74 |
| Hex | 81 | D4 | FA | 30 | F | 0 | 2 | C7 | 5C | 4A |
| Octal | 201 | 324 | 372 | 60 | 17 | 0 | 2 | 307 | 134 | 112 |
| Binary | 10000001 | 11010100 | 11111010 | 110000 | 1111 | 0 | 10 | 11000111 | 1011100 | 1001010 |
Color Harmonies of #81D4FA
Complementary color
Monochromatic Colors of #81D4FA
Black with #81D4FA
Text Example
Text Example
White with #81D4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D4FA; }
p { color: rgb(129,212,250); }
H1.HeaderClassName
{
color: #81D4FA;
}
.AnyTagClassName
{
color: #81D4FA;
}
</style>
background-color css
<style>
a { background-color: #81D4FA; }
a { background-color: rgb(129,212,250); }
div.DivClassName
{
background-color: #81D4FA;
}
.BgClassName
{
background-color: #81D4FA;
}
</style>
border-color css
<style>
span { border-color: #81D4FA; }
span { border-color: rgb(129,212,250); }
td.TdClassName
{
border-color: #81D4FA;
}
.TagClassName
{
border-color: #81D4FA;
}
</style>