Shades of Deep Sky Blue #04BDF3
Tints of Deep Sky Blue #04BDF3
RGB
CMYK
RGB Variations
Color information
#04BDF3 (or 0x04BDF3) is known color: Deep Sky Blue. HEX triplet: 04, BD and F3. RGB value is (4,189,243). Sum of RGB (Red+Green+Blue) = 4+189+243=436 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #04BDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDF3 is #FB420C. Grayscale: #8B8B8B. Windows color (decimal): -16466445 or 15973636. OLE color: 15973636.
HSL color Cylindrical-coordinate representation of color #04BDF3: hue angle of 193.56º 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 #04BDF3 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 189 | 243 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.05 |
| HSL | 193.56º | 0.97% | 0.48% | - |
| HSV(B) | 193.56º | 0.98% | 0.95% | - |
| XYZ | 34.43 | 42.89 | 91.26 | - |
| YUV | 139.84 | 186.21 | 31.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 243 | 0.98 | 0.22 | 0 | 0.05 | 193.56 | 0.97 | 0.48 |
| Hex | 4 | BD | F3 | 62 | 16 | 0 | 5 | C2 | 61 | 30 |
| Octal | 4 | 275 | 363 | 142 | 26 | 0 | 5 | 302 | 141 | 60 |
| Binary | 100 | 10111101 | 11110011 | 1100010 | 10110 | 0 | 101 | 11000010 | 1100001 | 110000 |
Color Harmonies of #04BDF3
Complementary color
Monochromatic Colors of #04BDF3
Black with #04BDF3
Text Example
Text Example
White with #04BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDF3; }
p { color: rgb(4,189,243); }
H1.HeaderClassName
{
color: #04BDF3;
}
.AnyTagClassName
{
color: #04BDF3;
}
</style>
background-color css
<style>
a { background-color: #04BDF3; }
a { background-color: rgb(4,189,243); }
div.DivClassName
{
background-color: #04BDF3;
}
.BgClassName
{
background-color: #04BDF3;
}
</style>
border-color css
<style>
span { border-color: #04BDF3; }
span { border-color: rgb(4,189,243); }
td.TdClassName
{
border-color: #04BDF3;
}
.TagClassName
{
border-color: #04BDF3;
}
</style>