Shades of Deep Sky Blue #00B4ED
Tints of Deep Sky Blue #00B4ED
RGB
CMYK
RGB Variations
Color information
#00B4ED (or 0x00B4ED) is known color: Deep Sky Blue. HEX triplet: 00, B4 and ED. RGB value is (0,180,237). Sum of RGB (Red+Green+Blue) = 0+180+237=417 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #00B4ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00B4ED is #FF4B12. Grayscale: #848484. Windows color (decimal): -16730899 or 15578112. OLE color: 15578112.
HSL color Cylindrical-coordinate representation of color #00B4ED: hue angle of 194.43º 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 #00B4ED is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 180 | 237 | - |
| CMYK | 1 | 0.24 | 0 | 0.07 |
| HSL | 194.43º | 1% | 0.46% | - |
| HSV(B) | 194.43º | 1% | 0.93% | - |
| XYZ | 31.61 | 38.76 | 85.94 | - |
| YUV | 132.68 | 186.87 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 180 | 237 | 1 | 0.24 | 0 | 0.07 | 194.43 | 1 | 0.46 |
| Hex | 0 | B4 | ED | 64 | 18 | 0 | 7 | C2 | 64 | 2E |
| Octal | 0 | 264 | 355 | 144 | 30 | 0 | 7 | 302 | 144 | 56 |
| Binary | 0 | 10110100 | 11101101 | 1100100 | 11000 | 0 | 111 | 11000010 | 1100100 | 101110 |
Color Harmonies of #00B4ED
Complementary color
Monochromatic Colors of #00B4ED
Black with #00B4ED
Text Example
Text Example
White with #00B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B4ED; }
p { color: rgb(0,180,237); }
H1.HeaderClassName
{
color: #00B4ED;
}
.AnyTagClassName
{
color: #00B4ED;
}
</style>
background-color css
<style>
a { background-color: #00B4ED; }
a { background-color: rgb(0,180,237); }
div.DivClassName
{
background-color: #00B4ED;
}
.BgClassName
{
background-color: #00B4ED;
}
</style>
border-color css
<style>
span { border-color: #00B4ED; }
span { border-color: rgb(0,180,237); }
td.TdClassName
{
border-color: #00B4ED;
}
.TagClassName
{
border-color: #00B4ED;
}
</style>