Shades of Deep Sky Blue #04BBFD
Tints of Deep Sky Blue #04BBFD
RGB
CMYK
RGB Variations
Color information
#04BBFD (or 0x04BBFD) is known color: Deep Sky Blue. HEX triplet: 04, BB and FD. RGB value is (4,187,253). Sum of RGB (Red+Green+Blue) = 4+187+253=444 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #04BBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BBFD is #FB4402. Grayscale: #8B8B8B. Windows color (decimal): -16466947 or 16628484. OLE color: 16628484.
HSL color Cylindrical-coordinate representation of color #04BBFD: hue angle of 195.9º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BBFD is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 187 | 253 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.01 |
| HSL | 195.9º | 0.98% | 0.5% | - |
| HSV(B) | 195.9º | 0.98% | 0.99% | - |
| XYZ | 35.55 | 42.66 | 99.29 | - |
| YUV | 139.81 | 191.87 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 253 | 0.98 | 0.26 | 0 | 0.01 | 195.9 | 0.98 | 0.5 |
| Hex | 4 | BB | FD | 62 | 1A | 0 | 1 | C4 | 62 | 32 |
| Octal | 4 | 273 | 375 | 142 | 32 | 0 | 1 | 304 | 142 | 62 |
| Binary | 100 | 10111011 | 11111101 | 1100010 | 11010 | 0 | 1 | 11000100 | 1100010 | 110010 |
Color Harmonies of #04BBFD
Complementary color
Monochromatic Colors of #04BBFD
Black with #04BBFD
Text Example
Text Example
White with #04BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBFD; }
p { color: rgb(4,187,253); }
H1.HeaderClassName
{
color: #04BBFD;
}
.AnyTagClassName
{
color: #04BBFD;
}
</style>
background-color css
<style>
a { background-color: #04BBFD; }
a { background-color: rgb(4,187,253); }
div.DivClassName
{
background-color: #04BBFD;
}
.BgClassName
{
background-color: #04BBFD;
}
</style>
border-color css
<style>
span { border-color: #04BBFD; }
span { border-color: rgb(4,187,253); }
td.TdClassName
{
border-color: #04BBFD;
}
.TagClassName
{
border-color: #04BBFD;
}
</style>