Shades of Deep Sky Blue #04BDF2
Tints of Deep Sky Blue #04BDF2
RGB
CMYK
RGB Variations
Color information
#04BDF2 (or 0x04BDF2) is known color: Deep Sky Blue. HEX triplet: 04, BD and F2. RGB value is (4,189,242). Sum of RGB (Red+Green+Blue) = 4+189+242=435 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 242 (94.92% from 255 or 55.63% from 435); Max value from RGB is 242 - color contains mainly: blue. Hex color #04BDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDF2 is #FB420D. Grayscale: #8B8B8B. Windows color (decimal): -16466446 or 15908100. OLE color: 15908100.
HSL color Cylindrical-coordinate representation of color #04BDF2: hue angle of 193.36º 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 #04BDF2 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 189 | 242 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.05 |
| HSL | 193.36º | 0.97% | 0.48% | - |
| HSV(B) | 193.36º | 0.98% | 0.95% | - |
| XYZ | 34.27 | 42.83 | 90.47 | - |
| YUV | 139.73 | 185.71 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 242 | 0.98 | 0.22 | 0 | 0.05 | 193.36 | 0.97 | 0.48 |
| Hex | 4 | BD | F2 | 62 | 16 | 0 | 5 | C1 | 61 | 30 |
| Octal | 4 | 275 | 362 | 142 | 26 | 0 | 5 | 301 | 141 | 60 |
| Binary | 100 | 10111101 | 11110010 | 1100010 | 10110 | 0 | 101 | 11000001 | 1100001 | 110000 |
Color Harmonies of #04BDF2
Complementary color
Monochromatic Colors of #04BDF2
Black with #04BDF2
Text Example
Text Example
White with #04BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDF2; }
p { color: rgb(4,189,242); }
H1.HeaderClassName
{
color: #04BDF2;
}
.AnyTagClassName
{
color: #04BDF2;
}
</style>
background-color css
<style>
a { background-color: #04BDF2; }
a { background-color: rgb(4,189,242); }
div.DivClassName
{
background-color: #04BDF2;
}
.BgClassName
{
background-color: #04BDF2;
}
</style>
border-color css
<style>
span { border-color: #04BDF2; }
span { border-color: rgb(4,189,242); }
td.TdClassName
{
border-color: #04BDF2;
}
.TagClassName
{
border-color: #04BDF2;
}
</style>