Shades of Deep Sky Blue #00B4EC
Tints of Deep Sky Blue #00B4EC
RGB
CMYK
RGB Variations
Color information
#00B4EC (or 0x00B4EC) is known color: Deep Sky Blue. HEX triplet: 00, B4 and EC. RGB value is (0,180,236). Sum of RGB (Red+Green+Blue) = 0+180+236=416 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 236 (92.58% from 255 or 56.73% from 416); Max value from RGB is 236 - color contains mainly: blue. Hex color #00B4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B4EC is #FF4B13. Grayscale: #848484. Windows color (decimal): -16730900 or 15512576. OLE color: 15512576.
HSL color Cylindrical-coordinate representation of color #00B4EC: hue angle of 194.24º 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 #00B4EC is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 180 | 236 | - |
| CMYK | 1 | 0.24 | 0 | 0.07 |
| HSL | 194.24º | 1% | 0.46% | - |
| HSV(B) | 194.24º | 1% | 0.93% | - |
| XYZ | 31.46 | 38.7 | 85.17 | - |
| YUV | 132.56 | 186.37 | 33.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 236 | 1 | 0.24 | 0 | 0.07 | 194.24 | 1 | 0.46 |
| Hex | 0 | B4 | EC | 64 | 18 | 0 | 7 | C2 | 64 | 2E |
| Octal | 0 | 264 | 354 | 144 | 30 | 0 | 7 | 302 | 144 | 56 |
| Binary | 0 | 10110100 | 11101100 | 1100100 | 11000 | 0 | 111 | 11000010 | 1100100 | 101110 |
Color Harmonies of #00B4EC
Complementary color
Monochromatic Colors of #00B4EC
Black with #00B4EC
Text Example
Text Example
White with #00B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B4EC; }
p { color: rgb(0,180,236); }
H1.HeaderClassName
{
color: #00B4EC;
}
.AnyTagClassName
{
color: #00B4EC;
}
</style>
background-color css
<style>
a { background-color: #00B4EC; }
a { background-color: rgb(0,180,236); }
div.DivClassName
{
background-color: #00B4EC;
}
.BgClassName
{
background-color: #00B4EC;
}
</style>
border-color css
<style>
span { border-color: #00B4EC; }
span { border-color: rgb(0,180,236); }
td.TdClassName
{
border-color: #00B4EC;
}
.TagClassName
{
border-color: #00B4EC;
}
</style>