Shades of Deep Sky Blue #04BFFD
Tints of Deep Sky Blue #04BFFD
RGB
CMYK
RGB Variations
Color information
#04BFFD (or 0x04BFFD) is known color: Deep Sky Blue. HEX triplet: 04, BF and FD. RGB value is (4,191,253). Sum of RGB (Red+Green+Blue) = 4+191+253=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #04BFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BFFD is #FB4002. Grayscale: #8D8D8D. Windows color (decimal): -16465923 or 16629508. OLE color: 16629508.
HSL color Cylindrical-coordinate representation of color #04BFFD: hue angle of 194.94º 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 #04BFFD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 191 | 253 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.01 |
| HSL | 194.94º | 0.98% | 0.5% | - |
| HSV(B) | 194.94º | 0.98% | 0.99% | - |
| XYZ | 36.41 | 44.38 | 99.58 | - |
| YUV | 142.16 | 190.55 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 191 | 253 | 0.98 | 0.25 | 0 | 0.01 | 194.94 | 0.98 | 0.5 |
| Hex | 4 | BF | FD | 62 | 19 | 0 | 1 | C3 | 62 | 32 |
| Octal | 4 | 277 | 375 | 142 | 31 | 0 | 1 | 303 | 142 | 62 |
| Binary | 100 | 10111111 | 11111101 | 1100010 | 11001 | 0 | 1 | 11000011 | 1100010 | 110010 |
Color Harmonies of #04BFFD
Complementary color
Monochromatic Colors of #04BFFD
Black with #04BFFD
Text Example
Text Example
White with #04BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BFFD; }
p { color: rgb(4,191,253); }
H1.HeaderClassName
{
color: #04BFFD;
}
.AnyTagClassName
{
color: #04BFFD;
}
</style>
background-color css
<style>
a { background-color: #04BFFD; }
a { background-color: rgb(4,191,253); }
div.DivClassName
{
background-color: #04BFFD;
}
.BgClassName
{
background-color: #04BFFD;
}
</style>
border-color css
<style>
span { border-color: #04BFFD; }
span { border-color: rgb(4,191,253); }
td.TdClassName
{
border-color: #04BFFD;
}
.TagClassName
{
border-color: #04BFFD;
}
</style>