Shades of Sky Blue #81BEE9
Tints of Sky Blue #81BEE9
RGB
CMYK
RGB Variations
Color information
#81BEE9 (or 0x81BEE9) is known color: Sky Blue. HEX triplet: 81, BE and E9. RGB value is (129,190,233). Sum of RGB (Red+Green+Blue) = 129+190+233=552 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.37% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #81BEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEE9 is #7E4116. Grayscale: #B0B0B0. Windows color (decimal): -8274199 or 15318657. OLE color: 15318657.
HSL color Cylindrical-coordinate representation of color #81BEE9: hue angle of 204.81º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81BEE9 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 190 | 233 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.09 |
| HSL | 204.81º | 0.7% | 0.71% | - |
| HSV(B) | 204.81º | 0.45% | 0.91% | - |
| XYZ | 42.17 | 47.38 | 84.01 | - |
| YUV | 176.66 | 159.79 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 233 | 0.45 | 0.18 | 0 | 0.09 | 204.81 | 0.7 | 0.71 |
| Hex | 81 | BE | E9 | 2D | 12 | 0 | 9 | CD | 46 | 47 |
| Octal | 201 | 276 | 351 | 55 | 22 | 0 | 11 | 315 | 106 | 107 |
| Binary | 10000001 | 10111110 | 11101001 | 101101 | 10010 | 0 | 1001 | 11001101 | 1000110 | 1000111 |
Color Harmonies of #81BEE9
Complementary color
Monochromatic Colors of #81BEE9
Black with #81BEE9
Text Example
Text Example
White with #81BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEE9; }
p { color: rgb(129,190,233); }
H1.HeaderClassName
{
color: #81BEE9;
}
.AnyTagClassName
{
color: #81BEE9;
}
</style>
background-color css
<style>
a { background-color: #81BEE9; }
a { background-color: rgb(129,190,233); }
div.DivClassName
{
background-color: #81BEE9;
}
.BgClassName
{
background-color: #81BEE9;
}
</style>
border-color css
<style>
span { border-color: #81BEE9; }
span { border-color: rgb(129,190,233); }
td.TdClassName
{
border-color: #81BEE9;
}
.TagClassName
{
border-color: #81BEE9;
}
</style>