Shades of Deep Sky Blue #04BDFF
Tints of Deep Sky Blue #04BDFF
RGB
CMYK
RGB Variations
Color information
#04BDFF (or 0x04BDFF) is known color: Deep Sky Blue. HEX triplet: 04, BD and FF. RGB value is (4,189,255). Sum of RGB (Red+Green+Blue) = 4+189+255=448 (59% of max value = 765). Red value is 4 (1.95% from 255 or 0.89% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #04BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BDFF is #FB4200. Grayscale: #8C8C8C. Windows color (decimal): -16466433 or 16760068. OLE color: 16760068.
HSL color Cylindrical-coordinate representation of color #04BDFF: hue angle of 195.78º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDFF is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 189 | 255 | - |
| CMYK | 0.98 | 0.26 | 0 | 0 |
| HSL | 195.78º | 1% | 0.51% | - |
| HSV(B) | 195.78º | 0.98% | 1% | - |
| XYZ | 36.3 | 43.64 | 101.12 | - |
| YUV | 141.21 | 192.21 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 255 | 0.98 | 0.26 | 0 | 0 | 195.78 | 1 | 0.51 |
| Hex | 4 | BD | FF | 62 | 1A | 0 | 0 | C4 | 64 | 33 |
| Octal | 4 | 275 | 377 | 142 | 32 | 0 | 0 | 304 | 144 | 63 |
| Binary | 100 | 10111101 | 11111111 | 1100010 | 11010 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #04BDFF
Complementary color
Monochromatic Colors of #04BDFF
Black with #04BDFF
Text Example
Text Example
White with #04BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDFF; }
p { color: rgb(4,189,255); }
H1.HeaderClassName
{
color: #04BDFF;
}
.AnyTagClassName
{
color: #04BDFF;
}
</style>
background-color css
<style>
a { background-color: #04BDFF; }
a { background-color: rgb(4,189,255); }
div.DivClassName
{
background-color: #04BDFF;
}
.BgClassName
{
background-color: #04BDFF;
}
</style>
border-color css
<style>
span { border-color: #04BDFF; }
span { border-color: rgb(4,189,255); }
td.TdClassName
{
border-color: #04BDFF;
}
.TagClassName
{
border-color: #04BDFF;
}
</style>