Shades of Sky Blue #81BEE6
Tints of Sky Blue #81BEE6
RGB
CMYK
RGB Variations
Color information
#81BEE6 (or 0x81BEE6) is known color: Sky Blue. HEX triplet: 81, BE and E6. RGB value is (129,190,230). Sum of RGB (Red+Green+Blue) = 129+190+230=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 190 (74.61% from 255 or 34.61% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #81BEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEE6 is #7E4119. Grayscale: #B0B0B0. Windows color (decimal): -8274202 or 15122049. OLE color: 15122049.
HSL color Cylindrical-coordinate representation of color #81BEE6: hue angle of 203.76º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81BEE6 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 190 | 230 | - |
| CMYK | 0.44 | 0.17 | 0 | 0.10 |
| HSL | 203.76º | 0.67% | 0.7% | - |
| HSV(B) | 203.76º | 0.44% | 0.9% | - |
| XYZ | 41.75 | 47.21 | 81.77 | - |
| YUV | 176.32 | 158.29 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 230 | 0.44 | 0.17 | 0 | 0.10 | 203.76 | 0.67 | 0.7 |
| Hex | 81 | BE | E6 | 2C | 11 | 0 | A | CC | 43 | 46 |
| Octal | 201 | 276 | 346 | 54 | 21 | 0 | 12 | 314 | 103 | 106 |
| Binary | 10000001 | 10111110 | 11100110 | 101100 | 10001 | 0 | 1010 | 11001100 | 1000011 | 1000110 |
Color Harmonies of #81BEE6
Complementary color
Monochromatic Colors of #81BEE6
Black with #81BEE6
Text Example
Text Example
White with #81BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEE6; }
p { color: rgb(129,190,230); }
H1.HeaderClassName
{
color: #81BEE6;
}
.AnyTagClassName
{
color: #81BEE6;
}
</style>
background-color css
<style>
a { background-color: #81BEE6; }
a { background-color: rgb(129,190,230); }
div.DivClassName
{
background-color: #81BEE6;
}
.BgClassName
{
background-color: #81BEE6;
}
</style>
border-color css
<style>
span { border-color: #81BEE6; }
span { border-color: rgb(129,190,230); }
td.TdClassName
{
border-color: #81BEE6;
}
.TagClassName
{
border-color: #81BEE6;
}
</style>