Shades of Deep Sky Blue #00B9EE
Tints of Deep Sky Blue #00B9EE
RGB
CMYK
RGB Variations
Color information
#00B9EE (or 0x00B9EE) is known color: Deep Sky Blue. HEX triplet: 00, B9 and EE. RGB value is (0,185,238). Sum of RGB (Red+Green+Blue) = 0+185+238=423 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #00B9EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B9EE is #FF4611. Grayscale: #878787. Windows color (decimal): -16729618 or 15644928. OLE color: 15644928.
HSL color Cylindrical-coordinate representation of color #00B9EE: hue angle of 193.36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B9EE is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 185 | 238 | - |
| CMYK | 1 | 0.22 | 0 | 0.07 |
| HSL | 193.36º | 1% | 0.47% | - |
| HSV(B) | 193.36º | 1% | 0.93% | - |
| XYZ | 32.78 | 40.87 | 87.05 | - |
| YUV | 135.73 | 185.71 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 185 | 238 | 1 | 0.22 | 0 | 0.07 | 193.36 | 1 | 0.47 |
| Hex | 0 | B9 | EE | 64 | 16 | 0 | 7 | C1 | 64 | 2F |
| Octal | 0 | 271 | 356 | 144 | 26 | 0 | 7 | 301 | 144 | 57 |
| Binary | 0 | 10111001 | 11101110 | 1100100 | 10110 | 0 | 111 | 11000001 | 1100100 | 101111 |
Color Harmonies of #00B9EE
Complementary color
Monochromatic Colors of #00B9EE
Black with #00B9EE
Text Example
Text Example
White with #00B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B9EE; }
p { color: rgb(0,185,238); }
H1.HeaderClassName
{
color: #00B9EE;
}
.AnyTagClassName
{
color: #00B9EE;
}
</style>
background-color css
<style>
a { background-color: #00B9EE; }
a { background-color: rgb(0,185,238); }
div.DivClassName
{
background-color: #00B9EE;
}
.BgClassName
{
background-color: #00B9EE;
}
</style>
border-color css
<style>
span { border-color: #00B9EE; }
span { border-color: rgb(0,185,238); }
td.TdClassName
{
border-color: #00B9EE;
}
.TagClassName
{
border-color: #00B9EE;
}
</style>