Shades of Deep Sky Blue #04BDFD
Tints of Deep Sky Blue #04BDFD
RGB
CMYK
RGB Variations
Color information
#04BDFD (or 0x04BDFD) is known color: Deep Sky Blue. HEX triplet: 04, BD and FD. RGB value is (4,189,253). Sum of RGB (Red+Green+Blue) = 4+189+253=446 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.90% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #04BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDFD is #FB4202. Grayscale: #8C8C8C. Windows color (decimal): -16466435 or 16628996. OLE color: 16628996.
HSL color Cylindrical-coordinate representation of color #04BDFD: hue angle of 195.42º 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 #04BDFD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 189 | 253 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.01 |
| HSL | 195.42º | 0.98% | 0.5% | - |
| HSV(B) | 195.42º | 0.98% | 0.99% | - |
| XYZ | 35.98 | 43.51 | 99.43 | - |
| YUV | 140.98 | 191.21 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 253 | 0.98 | 0.25 | 0 | 0.01 | 195.42 | 0.98 | 0.5 |
| Hex | 4 | BD | FD | 62 | 19 | 0 | 1 | C3 | 62 | 32 |
| Octal | 4 | 275 | 375 | 142 | 31 | 0 | 1 | 303 | 142 | 62 |
| Binary | 100 | 10111101 | 11111101 | 1100010 | 11001 | 0 | 1 | 11000011 | 1100010 | 110010 |
Color Harmonies of #04BDFD
Complementary color
Monochromatic Colors of #04BDFD
Black with #04BDFD
Text Example
Text Example
White with #04BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDFD; }
p { color: rgb(4,189,253); }
H1.HeaderClassName
{
color: #04BDFD;
}
.AnyTagClassName
{
color: #04BDFD;
}
</style>
background-color css
<style>
a { background-color: #04BDFD; }
a { background-color: rgb(4,189,253); }
div.DivClassName
{
background-color: #04BDFD;
}
.BgClassName
{
background-color: #04BDFD;
}
</style>
border-color css
<style>
span { border-color: #04BDFD; }
span { border-color: rgb(4,189,253); }
td.TdClassName
{
border-color: #04BDFD;
}
.TagClassName
{
border-color: #04BDFD;
}
</style>