Shades of Deep Sky Blue #04BDF6
Tints of Deep Sky Blue #04BDF6
RGB
CMYK
RGB Variations
Color information
#04BDF6 (or 0x04BDF6) is known color: Deep Sky Blue. HEX triplet: 04, BD and F6. RGB value is (4,189,246). Sum of RGB (Red+Green+Blue) = 4+189+246=439 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #04BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDF6 is #FB4209. Grayscale: #8B8B8B. Windows color (decimal): -16466442 or 16170244. OLE color: 16170244.
HSL color Cylindrical-coordinate representation of color #04BDF6: hue angle of 194.13º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDF6 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 4 | 189 | 246 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.04 |
| HSL | 194.13º | 0.97% | 0.49% | - |
| HSV(B) | 194.13º | 0.98% | 0.96% | - |
| XYZ | 34.88 | 43.07 | 93.66 | - |
| YUV | 140.18 | 187.71 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 246 | 0.98 | 0.23 | 0 | 0.04 | 194.13 | 0.97 | 0.49 |
| Hex | 4 | BD | F6 | 62 | 17 | 0 | 4 | C2 | 61 | 31 |
| Octal | 4 | 275 | 366 | 142 | 27 | 0 | 4 | 302 | 141 | 61 |
| Binary | 100 | 10111101 | 11110110 | 1100010 | 10111 | 0 | 100 | 11000010 | 1100001 | 110001 |
Color Harmonies of #04BDF6
Complementary color
Monochromatic Colors of #04BDF6
Black with #04BDF6
Text Example
Text Example
White with #04BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDF6; }
p { color: rgb(4,189,246); }
H1.HeaderClassName
{
color: #04BDF6;
}
.AnyTagClassName
{
color: #04BDF6;
}
</style>
background-color css
<style>
a { background-color: #04BDF6; }
a { background-color: rgb(4,189,246); }
div.DivClassName
{
background-color: #04BDF6;
}
.BgClassName
{
background-color: #04BDF6;
}
</style>
border-color css
<style>
span { border-color: #04BDF6; }
span { border-color: rgb(4,189,246); }
td.TdClassName
{
border-color: #04BDF6;
}
.TagClassName
{
border-color: #04BDF6;
}
</style>