Shades of Deep Sky Blue #00B9E9
Tints of Deep Sky Blue #00B9E9
RGB
CMYK
RGB Variations
Color information
#00B9E9 (or 0x00B9E9) is known color: Deep Sky Blue. HEX triplet: 00, B9 and E9. RGB value is (0,185,233). Sum of RGB (Red+Green+Blue) = 0+185+233=418 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 233 (91.41% from 255 or 55.74% from 418); Max value from RGB is 233 - color contains mainly: blue. Hex color #00B9E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B9E9 is #FF4616. Grayscale: #868686. Windows color (decimal): -16729623 or 15317248. OLE color: 15317248.
HSL color Cylindrical-coordinate representation of color #00B9E9: hue angle of 192.36º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B9E9 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 185 | 233 | - |
| CMYK | 1 | 0.21 | 0 | 0.09 |
| HSL | 192.36º | 1% | 0.46% | - |
| HSV(B) | 192.36º | 1% | 0.91% | - |
| XYZ | 32.06 | 40.58 | 83.23 | - |
| YUV | 135.16 | 183.21 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 233 | 1 | 0.21 | 0 | 0.09 | 192.36 | 1 | 0.46 |
| Hex | 0 | B9 | E9 | 64 | 15 | 0 | 9 | C0 | 64 | 2E |
| Octal | 0 | 271 | 351 | 144 | 25 | 0 | 11 | 300 | 144 | 56 |
| Binary | 0 | 10111001 | 11101001 | 1100100 | 10101 | 0 | 1001 | 11000000 | 1100100 | 101110 |
Color Harmonies of #00B9E9
Complementary color
Monochromatic Colors of #00B9E9
Black with #00B9E9
Text Example
Text Example
White with #00B9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B9E9; }
p { color: rgb(0,185,233); }
H1.HeaderClassName
{
color: #00B9E9;
}
.AnyTagClassName
{
color: #00B9E9;
}
</style>
background-color css
<style>
a { background-color: #00B9E9; }
a { background-color: rgb(0,185,233); }
div.DivClassName
{
background-color: #00B9E9;
}
.BgClassName
{
background-color: #00B9E9;
}
</style>
border-color css
<style>
span { border-color: #00B9E9; }
span { border-color: rgb(0,185,233); }
td.TdClassName
{
border-color: #00B9E9;
}
.TagClassName
{
border-color: #00B9E9;
}
</style>