Shades of Sky Blue #81BEE7
Tints of Sky Blue #81BEE7
RGB
CMYK
RGB Variations
Color information
#81BEE7 (or 0x81BEE7) is known color: Sky Blue. HEX triplet: 81, BE and E7. RGB value is (129,190,231). Sum of RGB (Red+Green+Blue) = 129+190+231=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #81BEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEE7 is #7E4118. Grayscale: #B0B0B0. Windows color (decimal): -8274201 or 15187585. OLE color: 15187585.
HSL color Cylindrical-coordinate representation of color #81BEE7: hue angle of 204.12º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81BEE7 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 190 | 231 | - |
| CMYK | 0.44 | 0.18 | 0 | 0.09 |
| HSL | 204.12º | 0.68% | 0.71% | - |
| HSV(B) | 204.12º | 0.44% | 0.91% | - |
| XYZ | 41.89 | 47.26 | 82.52 | - |
| YUV | 176.44 | 158.79 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 190 | 231 | 0.44 | 0.18 | 0 | 0.09 | 204.12 | 0.68 | 0.71 |
| Hex | 81 | BE | E7 | 2C | 12 | 0 | 9 | CC | 44 | 47 |
| Octal | 201 | 276 | 347 | 54 | 22 | 0 | 11 | 314 | 104 | 107 |
| Binary | 10000001 | 10111110 | 11100111 | 101100 | 10010 | 0 | 1001 | 11001100 | 1000100 | 1000111 |
Color Harmonies of #81BEE7
Complementary color
Monochromatic Colors of #81BEE7
Black with #81BEE7
Text Example
Text Example
White with #81BEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BEE7; }
p { color: rgb(129,190,231); }
H1.HeaderClassName
{
color: #81BEE7;
}
.AnyTagClassName
{
color: #81BEE7;
}
</style>
background-color css
<style>
a { background-color: #81BEE7; }
a { background-color: rgb(129,190,231); }
div.DivClassName
{
background-color: #81BEE7;
}
.BgClassName
{
background-color: #81BEE7;
}
</style>
border-color css
<style>
span { border-color: #81BEE7; }
span { border-color: rgb(129,190,231); }
td.TdClassName
{
border-color: #81BEE7;
}
.TagClassName
{
border-color: #81BEE7;
}
</style>