Shades of Deep Sky Blue #04BBFE
Tints of Deep Sky Blue #04BBFE
RGB
CMYK
RGB Variations
Color information
#04BBFE (or 0x04BBFE) is known color: Deep Sky Blue. HEX triplet: 04, BB and FE. RGB value is (4,187,254). Sum of RGB (Red+Green+Blue) = 4+187+254=445 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #04BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BBFE is #FB4401. Grayscale: #8B8B8B. Windows color (decimal): -16466946 or 16694020. OLE color: 16694020.
HSL color Cylindrical-coordinate representation of color #04BBFE: hue angle of 196.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBFE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 187 | 254 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.00 |
| HSL | 196.08º | 0.99% | 0.51% | - |
| HSV(B) | 196.08º | 0.98% | 1% | - |
| XYZ | 35.71 | 42.72 | 100.13 | - |
| YUV | 139.92 | 192.37 | 31.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 254 | 0.98 | 0.26 | 0 | 0.00 | 196.08 | 0.99 | 0.51 |
| Hex | 4 | BB | FE | 62 | 1A | 0 | 0 | C4 | 63 | 33 |
| Octal | 4 | 273 | 376 | 142 | 32 | 0 | 0 | 304 | 143 | 63 |
| Binary | 100 | 10111011 | 11111110 | 1100010 | 11010 | 0 | 0 | 11000100 | 1100011 | 110011 |
Color Harmonies of #04BBFE
Complementary color
Monochromatic Colors of #04BBFE
Black with #04BBFE
Text Example
Text Example
White with #04BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBFE; }
p { color: rgb(4,187,254); }
H1.HeaderClassName
{
color: #04BBFE;
}
.AnyTagClassName
{
color: #04BBFE;
}
</style>
background-color css
<style>
a { background-color: #04BBFE; }
a { background-color: rgb(4,187,254); }
div.DivClassName
{
background-color: #04BBFE;
}
.BgClassName
{
background-color: #04BBFE;
}
</style>
border-color css
<style>
span { border-color: #04BBFE; }
span { border-color: rgb(4,187,254); }
td.TdClassName
{
border-color: #04BBFE;
}
.TagClassName
{
border-color: #04BBFE;
}
</style>