Shades of Light Sky Blue #81C8F3
Tints of Light Sky Blue #81C8F3
RGB
CMYK
RGB Variations
Color information
#81C8F3 (or 0x81C8F3) is known color: Light Sky Blue. HEX triplet: 81, C8 and F3. RGB value is (129,200,243). Sum of RGB (Red+Green+Blue) = 129+200+243=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #81C8F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C8F3 is #7E370C. Grayscale: #B7B7B7. Windows color (decimal): -8271629 or 15976577. OLE color: 15976577.
HSL color Cylindrical-coordinate representation of color #81C8F3: hue angle of 202.63º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81C8F3 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 200 | 243 | - |
| CMYK | 0.47 | 0.18 | 0 | 0.05 |
| HSL | 202.63º | 0.83% | 0.73% | - |
| HSV(B) | 202.63º | 0.47% | 0.95% | - |
| XYZ | 45.89 | 52.45 | 92.5 | - |
| YUV | 183.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 243 | 0.47 | 0.18 | 0 | 0.05 | 202.63 | 0.83 | 0.73 |
| Hex | 81 | C8 | F3 | 2F | 12 | 0 | 5 | CB | 53 | 49 |
| Octal | 201 | 310 | 363 | 57 | 22 | 0 | 5 | 313 | 123 | 111 |
| Binary | 10000001 | 11001000 | 11110011 | 101111 | 10010 | 0 | 101 | 11001011 | 1010011 | 1001001 |
Color Harmonies of #81C8F3
Complementary color
Monochromatic Colors of #81C8F3
Black with #81C8F3
Text Example
Text Example
White with #81C8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C8F3; }
p { color: rgb(129,200,243); }
H1.HeaderClassName
{
color: #81C8F3;
}
.AnyTagClassName
{
color: #81C8F3;
}
</style>
background-color css
<style>
a { background-color: #81C8F3; }
a { background-color: rgb(129,200,243); }
div.DivClassName
{
background-color: #81C8F3;
}
.BgClassName
{
background-color: #81C8F3;
}
</style>
border-color css
<style>
span { border-color: #81C8F3; }
span { border-color: rgb(129,200,243); }
td.TdClassName
{
border-color: #81C8F3;
}
.TagClassName
{
border-color: #81C8F3;
}
</style>