Shades of Deep Sky Blue #04BBF2
Tints of Deep Sky Blue #04BBF2
RGB
CMYK
RGB Variations
Color information
#04BBF2 (or 0x04BBF2) is known color: Deep Sky Blue. HEX triplet: 04, BB and F2. RGB value is (4,187,242). Sum of RGB (Red+Green+Blue) = 4+187+242=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #04BBF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04BBF2 is #FB440D. Grayscale: #8A8A8A. Windows color (decimal): -16466958 or 15907588. OLE color: 15907588.
HSL color Cylindrical-coordinate representation of color #04BBF2: hue angle of 193.87º 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 #04BBF2 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 187 | 242 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.05 |
| HSL | 193.87º | 0.97% | 0.48% | - |
| HSV(B) | 193.87º | 0.98% | 0.95% | - |
| XYZ | 33.85 | 41.98 | 90.32 | - |
| YUV | 138.55 | 186.37 | 32.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 187 | 242 | 0.98 | 0.23 | 0 | 0.05 | 193.87 | 0.97 | 0.48 |
| Hex | 4 | BB | F2 | 62 | 17 | 0 | 5 | C2 | 61 | 30 |
| Octal | 4 | 273 | 362 | 142 | 27 | 0 | 5 | 302 | 141 | 60 |
| Binary | 100 | 10111011 | 11110010 | 1100010 | 10111 | 0 | 101 | 11000010 | 1100001 | 110000 |
Color Harmonies of #04BBF2
Complementary color
Monochromatic Colors of #04BBF2
Black with #04BBF2
Text Example
Text Example
White with #04BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BBF2; }
p { color: rgb(4,187,242); }
H1.HeaderClassName
{
color: #04BBF2;
}
.AnyTagClassName
{
color: #04BBF2;
}
</style>
background-color css
<style>
a { background-color: #04BBF2; }
a { background-color: rgb(4,187,242); }
div.DivClassName
{
background-color: #04BBF2;
}
.BgClassName
{
background-color: #04BBF2;
}
</style>
border-color css
<style>
span { border-color: #04BBF2; }
span { border-color: rgb(4,187,242); }
td.TdClassName
{
border-color: #04BBF2;
}
.TagClassName
{
border-color: #04BBF2;
}
</style>