Shades of Sky Blue #81C1EB
Tints of Sky Blue #81C1EB
RGB
CMYK
RGB Variations
Color information
#81C1EB (or 0x81C1EB) is known color: Sky Blue. HEX triplet: 81, C1 and EB. RGB value is (129,193,235). Sum of RGB (Red+Green+Blue) = 129+193+235=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 193 (75.78% from 255 or 34.65% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #81C1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C1EB is #7E3E14. Grayscale: #B2B2B2. Windows color (decimal): -8273429 or 15450497. OLE color: 15450497.
HSL color Cylindrical-coordinate representation of color #81C1EB: hue angle of 203.77º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81C1EB is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 193 | 235 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.08 |
| HSL | 203.77º | 0.73% | 0.71% | - |
| HSV(B) | 203.77º | 0.45% | 0.92% | - |
| XYZ | 43.12 | 48.81 | 85.75 | - |
| YUV | 178.65 | 159.8 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 235 | 0.45 | 0.18 | 0 | 0.08 | 203.77 | 0.73 | 0.71 |
| Hex | 81 | C1 | EB | 2D | 12 | 0 | 8 | CC | 49 | 47 |
| Octal | 201 | 301 | 353 | 55 | 22 | 0 | 10 | 314 | 111 | 107 |
| Binary | 10000001 | 11000001 | 11101011 | 101101 | 10010 | 0 | 1000 | 11001100 | 1001001 | 1000111 |
Color Harmonies of #81C1EB
Complementary color
Monochromatic Colors of #81C1EB
Black with #81C1EB
Text Example
Text Example
White with #81C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C1EB; }
p { color: rgb(129,193,235); }
H1.HeaderClassName
{
color: #81C1EB;
}
.AnyTagClassName
{
color: #81C1EB;
}
</style>
background-color css
<style>
a { background-color: #81C1EB; }
a { background-color: rgb(129,193,235); }
div.DivClassName
{
background-color: #81C1EB;
}
.BgClassName
{
background-color: #81C1EB;
}
</style>
border-color css
<style>
span { border-color: #81C1EB; }
span { border-color: rgb(129,193,235); }
td.TdClassName
{
border-color: #81C1EB;
}
.TagClassName
{
border-color: #81C1EB;
}
</style>