Shades of Sky Blue #81BDE9
Tints of Sky Blue #81BDE9
RGB
CMYK
RGB Variations
Color information
#81BDE9 (or 0x81BDE9) is known color: Sky Blue. HEX triplet: 81, BD and E9. RGB value is (129,189,233). Sum of RGB (Red+Green+Blue) = 129+189+233=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #81BDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BDE9 is #7E4216. Grayscale: #AFAFAF. Windows color (decimal): -8274455 or 15318401. OLE color: 15318401.
HSL color Cylindrical-coordinate representation of color #81BDE9: hue angle of 205.38º 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 #81BDE9 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 189 | 233 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.09 |
| HSL | 205.38º | 0.7% | 0.71% | - |
| HSV(B) | 205.38º | 0.45% | 0.91% | - |
| XYZ | 41.96 | 46.95 | 83.94 | - |
| YUV | 176.08 | 160.12 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 233 | 0.45 | 0.19 | 0 | 0.09 | 205.38 | 0.7 | 0.71 |
| Hex | 81 | BD | E9 | 2D | 13 | 0 | 9 | CD | 46 | 47 |
| Octal | 201 | 275 | 351 | 55 | 23 | 0 | 11 | 315 | 106 | 107 |
| Binary | 10000001 | 10111101 | 11101001 | 101101 | 10011 | 0 | 1001 | 11001101 | 1000110 | 1000111 |
Color Harmonies of #81BDE9
Complementary color
Monochromatic Colors of #81BDE9
Black with #81BDE9
Text Example
Text Example
White with #81BDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BDE9; }
p { color: rgb(129,189,233); }
H1.HeaderClassName
{
color: #81BDE9;
}
.AnyTagClassName
{
color: #81BDE9;
}
</style>
background-color css
<style>
a { background-color: #81BDE9; }
a { background-color: rgb(129,189,233); }
div.DivClassName
{
background-color: #81BDE9;
}
.BgClassName
{
background-color: #81BDE9;
}
</style>
border-color css
<style>
span { border-color: #81BDE9; }
span { border-color: rgb(129,189,233); }
td.TdClassName
{
border-color: #81BDE9;
}
.TagClassName
{
border-color: #81BDE9;
}
</style>