Shades of Deep Sky Blue #00BDEE
Tints of Deep Sky Blue #00BDEE
RGB
CMYK
RGB Variations
Color information
#00BDEE (or 0x00BDEE) is known color: Deep Sky Blue. HEX triplet: 00, BD and EE. RGB value is (0,189,238). Sum of RGB (Red+Green+Blue) = 0+189+238=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #00BDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BDEE is #FF4211. Grayscale: #898989. Windows color (decimal): -16728594 or 15645952. OLE color: 15645952.
HSL color Cylindrical-coordinate representation of color #00BDEE: hue angle of 192.35º 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 #00BDEE is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 189 | 238 | - |
| CMYK | 1 | 0.21 | 0 | 0.07 |
| HSL | 192.35º | 1% | 0.47% | - |
| HSV(B) | 192.35º | 1% | 0.93% | - |
| XYZ | 33.63 | 42.57 | 87.33 | - |
| YUV | 138.08 | 184.38 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 189 | 238 | 1 | 0.21 | 0 | 0.07 | 192.35 | 1 | 0.47 |
| Hex | 0 | BD | EE | 64 | 15 | 0 | 7 | C0 | 64 | 2F |
| Octal | 0 | 275 | 356 | 144 | 25 | 0 | 7 | 300 | 144 | 57 |
| Binary | 0 | 10111101 | 11101110 | 1100100 | 10101 | 0 | 111 | 11000000 | 1100100 | 101111 |
Color Harmonies of #00BDEE
Complementary color
Monochromatic Colors of #00BDEE
Black with #00BDEE
Text Example
Text Example
White with #00BDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BDEE; }
p { color: rgb(0,189,238); }
H1.HeaderClassName
{
color: #00BDEE;
}
.AnyTagClassName
{
color: #00BDEE;
}
</style>
background-color css
<style>
a { background-color: #00BDEE; }
a { background-color: rgb(0,189,238); }
div.DivClassName
{
background-color: #00BDEE;
}
.BgClassName
{
background-color: #00BDEE;
}
</style>
border-color css
<style>
span { border-color: #00BDEE; }
span { border-color: rgb(0,189,238); }
td.TdClassName
{
border-color: #00BDEE;
}
.TagClassName
{
border-color: #00BDEE;
}
</style>