Shades of Sky Blue #81BCE9
Tints of Sky Blue #81BCE9
RGB
CMYK
RGB Variations
Color information
#81BCE9 (or 0x81BCE9) is known color: Sky Blue. HEX triplet: 81, BC and E9. RGB value is (129,188,233). Sum of RGB (Red+Green+Blue) = 129+188+233=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #81BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCE9 is #7E4316. Grayscale: #AFAFAF. Windows color (decimal): -8274711 or 15318145. OLE color: 15318145.
HSL color Cylindrical-coordinate representation of color #81BCE9: hue angle of 205.96º 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 #81BCE9 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 188 | 233 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.09 |
| HSL | 205.96º | 0.7% | 0.71% | - |
| HSV(B) | 205.96º | 0.45% | 0.91% | - |
| XYZ | 41.74 | 46.52 | 83.87 | - |
| YUV | 175.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 233 | 0.45 | 0.19 | 0 | 0.09 | 205.96 | 0.7 | 0.71 |
| Hex | 81 | BC | E9 | 2D | 13 | 0 | 9 | CE | 46 | 47 |
| Octal | 201 | 274 | 351 | 55 | 23 | 0 | 11 | 316 | 106 | 107 |
| Binary | 10000001 | 10111100 | 11101001 | 101101 | 10011 | 0 | 1001 | 11001110 | 1000110 | 1000111 |
Color Harmonies of #81BCE9
Complementary color
Monochromatic Colors of #81BCE9
Black with #81BCE9
Text Example
Text Example
White with #81BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BCE9; }
p { color: rgb(129,188,233); }
H1.HeaderClassName
{
color: #81BCE9;
}
.AnyTagClassName
{
color: #81BCE9;
}
</style>
background-color css
<style>
a { background-color: #81BCE9; }
a { background-color: rgb(129,188,233); }
div.DivClassName
{
background-color: #81BCE9;
}
.BgClassName
{
background-color: #81BCE9;
}
</style>
border-color css
<style>
span { border-color: #81BCE9; }
span { border-color: rgb(129,188,233); }
td.TdClassName
{
border-color: #81BCE9;
}
.TagClassName
{
border-color: #81BCE9;
}
</style>