Shades of Deep Sky Blue #04BBEB
Tints of Deep Sky Blue #04BBEB
RGB
CMYK
RGB Variations
Color information
#04BBEB (or 0x04BBEB) is known color: Deep Sky Blue. HEX triplet: 04, BB and EB. RGB value is (4,187,235). Sum of RGB (Red+Green+Blue) = 4+187+235=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #04BBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BBEB is #FB4414. Grayscale: #898989. Windows color (decimal): -16466965 or 15448836. OLE color: 15448836.
HSL color Cylindrical-coordinate representation of color #04BBEB: hue angle of 192.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBEB is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 187 | 235 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.08 |
| HSL | 192.47º | 0.97% | 0.47% | - |
| HSV(B) | 192.47º | 0.98% | 0.92% | - |
| XYZ | 32.82 | 41.56 | 84.89 | - |
| YUV | 137.76 | 182.87 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 235 | 0.98 | 0.20 | 0 | 0.08 | 192.47 | 0.97 | 0.47 |
| Hex | 4 | BB | EB | 62 | 14 | 0 | 8 | C0 | 61 | 2F |
| Octal | 4 | 273 | 353 | 142 | 24 | 0 | 10 | 300 | 141 | 57 |
| Binary | 100 | 10111011 | 11101011 | 1100010 | 10100 | 0 | 1000 | 11000000 | 1100001 | 101111 |
Color Harmonies of #04BBEB
Complementary color
Monochromatic Colors of #04BBEB
Black with #04BBEB
Text Example
Text Example
White with #04BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBEB; }
p { color: rgb(4,187,235); }
H1.HeaderClassName
{
color: #04BBEB;
}
.AnyTagClassName
{
color: #04BBEB;
}
</style>
background-color css
<style>
a { background-color: #04BBEB; }
a { background-color: rgb(4,187,235); }
div.DivClassName
{
background-color: #04BBEB;
}
.BgClassName
{
background-color: #04BBEB;
}
</style>
border-color css
<style>
span { border-color: #04BBEB; }
span { border-color: rgb(4,187,235); }
td.TdClassName
{
border-color: #04BBEB;
}
.TagClassName
{
border-color: #04BBEB;
}
</style>