Shades of Light Sky Blue #81CAF7
Tints of Light Sky Blue #81CAF7
RGB
CMYK
RGB Variations
Color information
#81CAF7 (or 0x81CAF7) is known color: Light Sky Blue. HEX triplet: 81, CA and F7. RGB value is (129,202,247). Sum of RGB (Red+Green+Blue) = 129+202+247=578 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.32% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 247 (96.88% from 255 or 42.73% from 578); Max value from RGB is 247 - color contains mainly: blue. Hex color #81CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAF7 is #7E3508. Grayscale: #B9B9B9. Windows color (decimal): -8271113 or 16239233. OLE color: 16239233.
HSL color Cylindrical-coordinate representation of color #81CAF7: hue angle of 202.88º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81CAF7 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 129 | 202 | 247 | - |
| CMYK | 0.48 | 0.18 | 0 | 0.03 |
| HSL | 202.88º | 0.88% | 0.74% | - |
| HSV(B) | 202.88º | 0.48% | 0.97% | - |
| XYZ | 46.96 | 53.62 | 95.87 | - |
| YUV | 185.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 202 | 247 | 0.48 | 0.18 | 0 | 0.03 | 202.88 | 0.88 | 0.74 |
| Hex | 81 | CA | F7 | 30 | 12 | 0 | 3 | CB | 58 | 4A |
| Octal | 201 | 312 | 367 | 60 | 22 | 0 | 3 | 313 | 130 | 112 |
| Binary | 10000001 | 11001010 | 11110111 | 110000 | 10010 | 0 | 11 | 11001011 | 1011000 | 1001010 |
Color Harmonies of #81CAF7
Complementary color
Monochromatic Colors of #81CAF7
Black with #81CAF7
Text Example
Text Example
White with #81CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CAF7; }
p { color: rgb(129,202,247); }
H1.HeaderClassName
{
color: #81CAF7;
}
.AnyTagClassName
{
color: #81CAF7;
}
</style>
background-color css
<style>
a { background-color: #81CAF7; }
a { background-color: rgb(129,202,247); }
div.DivClassName
{
background-color: #81CAF7;
}
.BgClassName
{
background-color: #81CAF7;
}
</style>
border-color css
<style>
span { border-color: #81CAF7; }
span { border-color: rgb(129,202,247); }
td.TdClassName
{
border-color: #81CAF7;
}
.TagClassName
{
border-color: #81CAF7;
}
</style>