Shades of Deep Sky Blue #00B3EC
Tints of Deep Sky Blue #00B3EC
RGB
CMYK
RGB Variations
Color information
#00B3EC (or 0x00B3EC) is known color: Deep Sky Blue. HEX triplet: 00, B3 and EC. RGB value is (0,179,236). Sum of RGB (Red+Green+Blue) = 0+179+236=415 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 415); Green value is 179 (70.31% from 255 or 43.13% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #00B3EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B3EC is #FF4C13. Grayscale: #838383. Windows color (decimal): -16731156 or 15512320. OLE color: 15512320.
HSL color Cylindrical-coordinate representation of color #00B3EC: hue angle of 194.49º 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 #00B3EC is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 179 | 236 | - |
| CMYK | 1 | 0.24 | 0 | 0.07 |
| HSL | 194.49º | 1% | 0.46% | - |
| HSV(B) | 194.49º | 1% | 0.93% | - |
| XYZ | 31.26 | 38.3 | 85.1 | - |
| YUV | 131.98 | 186.7 | 33.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 236 | 1 | 0.24 | 0 | 0.07 | 194.49 | 1 | 0.46 |
| Hex | 0 | B3 | EC | 64 | 18 | 0 | 7 | C2 | 64 | 2E |
| Octal | 0 | 263 | 354 | 144 | 30 | 0 | 7 | 302 | 144 | 56 |
| Binary | 0 | 10110011 | 11101100 | 1100100 | 11000 | 0 | 111 | 11000010 | 1100100 | 101110 |
Color Harmonies of #00B3EC
Complementary color
Monochromatic Colors of #00B3EC
Black with #00B3EC
Text Example
Text Example
White with #00B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B3EC; }
p { color: rgb(0,179,236); }
H1.HeaderClassName
{
color: #00B3EC;
}
.AnyTagClassName
{
color: #00B3EC;
}
</style>
background-color css
<style>
a { background-color: #00B3EC; }
a { background-color: rgb(0,179,236); }
div.DivClassName
{
background-color: #00B3EC;
}
.BgClassName
{
background-color: #00B3EC;
}
</style>
border-color css
<style>
span { border-color: #00B3EC; }
span { border-color: rgb(0,179,236); }
td.TdClassName
{
border-color: #00B3EC;
}
.TagClassName
{
border-color: #00B3EC;
}
</style>