Shades of Deep Sky Blue #04BDF8
Tints of Deep Sky Blue #04BDF8
RGB
CMYK
RGB Variations
Color information
#04BDF8 (or 0x04BDF8) is known color: Deep Sky Blue. HEX triplet: 04, BD and F8. RGB value is (4,189,248). Sum of RGB (Red+Green+Blue) = 4+189+248=441 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 248 (97.27% from 255 or 56.24% from 441); Max value from RGB is 248 - color contains mainly: blue. Hex color #04BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDF8 is #FB4207. Grayscale: #8B8B8B. Windows color (decimal): -16466440 or 16301316. OLE color: 16301316.
HSL color Cylindrical-coordinate representation of color #04BDF8: hue angle of 194.51º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDF8 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 189 | 248 | - |
| CMYK | 0.98 | 0.24 | 0 | 0.03 |
| HSL | 194.51º | 0.97% | 0.49% | - |
| HSV(B) | 194.51º | 0.98% | 0.97% | - |
| XYZ | 35.19 | 43.2 | 95.29 | - |
| YUV | 140.41 | 188.71 | 30.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 248 | 0.98 | 0.24 | 0 | 0.03 | 194.51 | 0.97 | 0.49 |
| Hex | 4 | BD | F8 | 62 | 18 | 0 | 3 | C3 | 61 | 31 |
| Octal | 4 | 275 | 370 | 142 | 30 | 0 | 3 | 303 | 141 | 61 |
| Binary | 100 | 10111101 | 11111000 | 1100010 | 11000 | 0 | 11 | 11000011 | 1100001 | 110001 |
Color Harmonies of #04BDF8
Complementary color
Monochromatic Colors of #04BDF8
Black with #04BDF8
Text Example
Text Example
White with #04BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDF8; }
p { color: rgb(4,189,248); }
H1.HeaderClassName
{
color: #04BDF8;
}
.AnyTagClassName
{
color: #04BDF8;
}
</style>
background-color css
<style>
a { background-color: #04BDF8; }
a { background-color: rgb(4,189,248); }
div.DivClassName
{
background-color: #04BDF8;
}
.BgClassName
{
background-color: #04BDF8;
}
</style>
border-color css
<style>
span { border-color: #04BDF8; }
span { border-color: rgb(4,189,248); }
td.TdClassName
{
border-color: #04BDF8;
}
.TagClassName
{
border-color: #04BDF8;
}
</style>