Shades of Deep Sky Blue #04BBFF
Tints of Deep Sky Blue #04BBFF
RGB
CMYK
RGB Variations
Color information
#04BBFF (or 0x04BBFF) is known color: Deep Sky Blue. HEX triplet: 04, BB and FF. RGB value is (4,187,255). Sum of RGB (Red+Green+Blue) = 4+187+255=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #04BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BBFF is #FB4400. Grayscale: #8B8B8B. Windows color (decimal): -16466945 or 16759556. OLE color: 16759556.
HSL color Cylindrical-coordinate representation of color #04BBFF: hue angle of 196.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBFF is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 187 | 255 | - |
| CMYK | 0.98 | 0.27 | 0 | 0 |
| HSL | 196.26º | 1% | 0.51% | - |
| HSV(B) | 196.26º | 0.98% | 1% | - |
| XYZ | 35.87 | 42.79 | 100.98 | - |
| YUV | 140.04 | 192.87 | 30.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 255 | 0.98 | 0.27 | 0 | 0 | 196.26 | 1 | 0.51 |
| Hex | 4 | BB | FF | 62 | 1B | 0 | 0 | C4 | 64 | 33 |
| Octal | 4 | 273 | 377 | 142 | 33 | 0 | 0 | 304 | 144 | 63 |
| Binary | 100 | 10111011 | 11111111 | 1100010 | 11011 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #04BBFF
Complementary color
Monochromatic Colors of #04BBFF
Black with #04BBFF
Text Example
Text Example
White with #04BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBFF; }
p { color: rgb(4,187,255); }
H1.HeaderClassName
{
color: #04BBFF;
}
.AnyTagClassName
{
color: #04BBFF;
}
</style>
background-color css
<style>
a { background-color: #04BBFF; }
a { background-color: rgb(4,187,255); }
div.DivClassName
{
background-color: #04BBFF;
}
.BgClassName
{
background-color: #04BBFF;
}
</style>
border-color css
<style>
span { border-color: #04BBFF; }
span { border-color: rgb(4,187,255); }
td.TdClassName
{
border-color: #04BBFF;
}
.TagClassName
{
border-color: #04BBFF;
}
</style>