Shades of Iris Blue #04B9DB
Tints of Iris Blue #04B9DB
RGB
CMYK
RGB Variations
Color information
#04B9DB (or 0x04B9DB) is known color: Iris Blue. HEX triplet: 04, B9 and DB. RGB value is (4,185,219). Sum of RGB (Red+Green+Blue) = 4+185+219=408 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #04B9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B9DB is #FB4624. Grayscale: #868686. Windows color (decimal): -16467493 or 14399748. OLE color: 14399748.
HSL color Cylindrical-coordinate representation of color #04B9DB: hue angle of 189.49º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B9DB is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 185 | 219 | - |
| CMYK | 0.98 | 0.16 | 0 | 0.14 |
| HSL | 189.49º | 0.96% | 0.44% | - |
| HSV(B) | 189.49º | 0.98% | 0.86% | - |
| XYZ | 30.19 | 39.84 | 73.12 | - |
| YUV | 134.76 | 175.53 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 185 | 219 | 0.98 | 0.16 | 0 | 0.14 | 189.49 | 0.96 | 0.44 |
| Hex | 4 | B9 | DB | 62 | 10 | 0 | E | BD | 60 | 2C |
| Octal | 4 | 271 | 333 | 142 | 20 | 0 | 16 | 275 | 140 | 54 |
| Binary | 100 | 10111001 | 11011011 | 1100010 | 10000 | 0 | 1110 | 10111101 | 1100000 | 101100 |
Color Harmonies of #04B9DB
Complementary color
Monochromatic Colors of #04B9DB
Black with #04B9DB
Text Example
Text Example
White with #04B9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B9DB; }
p { color: rgb(4,185,219); }
H1.HeaderClassName
{
color: #04B9DB;
}
.AnyTagClassName
{
color: #04B9DB;
}
</style>
background-color css
<style>
a { background-color: #04B9DB; }
a { background-color: rgb(4,185,219); }
div.DivClassName
{
background-color: #04B9DB;
}
.BgClassName
{
background-color: #04B9DB;
}
</style>
border-color css
<style>
span { border-color: #04B9DB; }
span { border-color: rgb(4,185,219); }
td.TdClassName
{
border-color: #04B9DB;
}
.TagClassName
{
border-color: #04B9DB;
}
</style>