Shades of Light Sky Blue #81C6FA
Tints of Light Sky Blue #81C6FA
RGB
CMYK
RGB Variations
Color information
#81C6FA (or 0x81C6FA) is known color: Light Sky Blue. HEX triplet: 81, C6 and FA. RGB value is (129,198,250). Sum of RGB (Red+Green+Blue) = 129+198+250=577 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.36% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #81C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C6FA is #7E3905. Grayscale: #B7B7B7. Windows color (decimal): -8272134 or 16434817. OLE color: 16434817.
HSL color Cylindrical-coordinate representation of color #81C6FA: hue angle of 205.79º 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 #81C6FA is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 198 | 250 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.02 |
| HSL | 205.79º | 0.92% | 0.74% | - |
| HSV(B) | 205.79º | 0.48% | 0.98% | - |
| XYZ | 46.5 | 51.96 | 98.02 | - |
| YUV | 183.3 | 165.64 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 250 | 0.48 | 0.21 | 0 | 0.02 | 205.79 | 0.92 | 0.74 |
| Hex | 81 | C6 | FA | 30 | 15 | 0 | 2 | CE | 5C | 4A |
| Octal | 201 | 306 | 372 | 60 | 25 | 0 | 2 | 316 | 134 | 112 |
| Binary | 10000001 | 11000110 | 11111010 | 110000 | 10101 | 0 | 10 | 11001110 | 1011100 | 1001010 |
Color Harmonies of #81C6FA
Complementary color
Monochromatic Colors of #81C6FA
Black with #81C6FA
Text Example
Text Example
White with #81C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C6FA; }
p { color: rgb(129,198,250); }
H1.HeaderClassName
{
color: #81C6FA;
}
.AnyTagClassName
{
color: #81C6FA;
}
</style>
background-color css
<style>
a { background-color: #81C6FA; }
a { background-color: rgb(129,198,250); }
div.DivClassName
{
background-color: #81C6FA;
}
.BgClassName
{
background-color: #81C6FA;
}
</style>
border-color css
<style>
span { border-color: #81C6FA; }
span { border-color: rgb(129,198,250); }
td.TdClassName
{
border-color: #81C6FA;
}
.TagClassName
{
border-color: #81C6FA;
}
</style>