Shades of Deep Sky Blue #00B7EC
Tints of Deep Sky Blue #00B7EC
RGB
CMYK
RGB Variations
Color information
#00B7EC (or 0x00B7EC) is known color: Deep Sky Blue. HEX triplet: 00, B7 and EC. RGB value is (0,183,236). Sum of RGB (Red+Green+Blue) = 0+183+236=419 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #00B7EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B7EC is #FF4813. Grayscale: #858585. Windows color (decimal): -16730132 or 15513344. OLE color: 15513344.
HSL color Cylindrical-coordinate representation of color #00B7EC: hue angle of 193.47º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7EC is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 183 | 236 | - |
| CMYK | 1 | 0.22 | 0 | 0.07 |
| HSL | 193.47º | 1% | 0.46% | - |
| HSV(B) | 193.47º | 1% | 0.93% | - |
| XYZ | 32.07 | 39.92 | 85.37 | - |
| YUV | 134.33 | 185.37 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 236 | 1 | 0.22 | 0 | 0.07 | 193.47 | 1 | 0.46 |
| Hex | 0 | B7 | EC | 64 | 16 | 0 | 7 | C1 | 64 | 2E |
| Octal | 0 | 267 | 354 | 144 | 26 | 0 | 7 | 301 | 144 | 56 |
| Binary | 0 | 10110111 | 11101100 | 1100100 | 10110 | 0 | 111 | 11000001 | 1100100 | 101110 |
Color Harmonies of #00B7EC
Complementary color
Monochromatic Colors of #00B7EC
Black with #00B7EC
Text Example
Text Example
White with #00B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7EC; }
p { color: rgb(0,183,236); }
H1.HeaderClassName
{
color: #00B7EC;
}
.AnyTagClassName
{
color: #00B7EC;
}
</style>
background-color css
<style>
a { background-color: #00B7EC; }
a { background-color: rgb(0,183,236); }
div.DivClassName
{
background-color: #00B7EC;
}
.BgClassName
{
background-color: #00B7EC;
}
</style>
border-color css
<style>
span { border-color: #00B7EC; }
span { border-color: rgb(0,183,236); }
td.TdClassName
{
border-color: #00B7EC;
}
.TagClassName
{
border-color: #00B7EC;
}
</style>