Shades of Deep Sky Blue #04B8F1
Tints of Deep Sky Blue #04B8F1
RGB
CMYK
RGB Variations
Color information
#04B8F1 (or 0x04B8F1) is known color: Deep Sky Blue. HEX triplet: 04, B8 and F1. RGB value is (4,184,241). Sum of RGB (Red+Green+Blue) = 4+184+241=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #04B8F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04B8F1 is #FB470E. Grayscale: #888888. Windows color (decimal): -16467727 or 15841284. OLE color: 15841284.
HSL color Cylindrical-coordinate representation of color #04B8F1: hue angle of 194.43º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B8F1 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 184 | 241 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.05 |
| HSL | 194.43º | 0.97% | 0.48% | - |
| HSV(B) | 194.43º | 0.98% | 0.95% | - |
| XYZ | 33.07 | 40.66 | 89.32 | - |
| YUV | 136.68 | 186.87 | 33.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 184 | 241 | 0.98 | 0.24 | 0 | 0.05 | 194.43 | 0.97 | 0.48 |
| Hex | 4 | B8 | F1 | 62 | 18 | 0 | 5 | C2 | 61 | 30 |
| Octal | 4 | 270 | 361 | 142 | 30 | 0 | 5 | 302 | 141 | 60 |
| Binary | 100 | 10111000 | 11110001 | 1100010 | 11000 | 0 | 101 | 11000010 | 1100001 | 110000 |
Color Harmonies of #04B8F1
Complementary color
Monochromatic Colors of #04B8F1
Black with #04B8F1
Text Example
Text Example
White with #04B8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B8F1; }
p { color: rgb(4,184,241); }
H1.HeaderClassName
{
color: #04B8F1;
}
.AnyTagClassName
{
color: #04B8F1;
}
</style>
background-color css
<style>
a { background-color: #04B8F1; }
a { background-color: rgb(4,184,241); }
div.DivClassName
{
background-color: #04B8F1;
}
.BgClassName
{
background-color: #04B8F1;
}
</style>
border-color css
<style>
span { border-color: #04B8F1; }
span { border-color: rgb(4,184,241); }
td.TdClassName
{
border-color: #04B8F1;
}
.TagClassName
{
border-color: #04B8F1;
}
</style>