Shades of Iris Blue #04BCDB
Tints of Iris Blue #04BCDB
RGB
CMYK
RGB Variations
Color information
#04BCDB (or 0x04BCDB) is known color: Iris Blue. HEX triplet: 04, BC and DB. RGB value is (4,188,219). Sum of RGB (Red+Green+Blue) = 4+188+219=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #04BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCDB is #FB4324. Grayscale: #888888. Windows color (decimal): -16466725 or 14400516. OLE color: 14400516.
HSL color Cylindrical-coordinate representation of color #04BCDB: hue angle of 188.65º 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 #04BCDB is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 188 | 219 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.14 |
| HSL | 188.65º | 0.96% | 0.44% | - |
| HSV(B) | 188.65º | 0.98% | 0.86% | - |
| XYZ | 30.82 | 41.11 | 73.33 | - |
| YUV | 136.52 | 174.54 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 219 | 0.98 | 0.14 | 0 | 0.14 | 188.65 | 0.96 | 0.44 |
| Hex | 4 | BC | DB | 62 | E | 0 | E | BD | 60 | 2C |
| Octal | 4 | 274 | 333 | 142 | 16 | 0 | 16 | 275 | 140 | 54 |
| Binary | 100 | 10111100 | 11011011 | 1100010 | 1110 | 0 | 1110 | 10111101 | 1100000 | 101100 |
Color Harmonies of #04BCDB
Complementary color
Monochromatic Colors of #04BCDB
Black with #04BCDB
Text Example
Text Example
White with #04BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BCDB; }
p { color: rgb(4,188,219); }
H1.HeaderClassName
{
color: #04BCDB;
}
.AnyTagClassName
{
color: #04BCDB;
}
</style>
background-color css
<style>
a { background-color: #04BCDB; }
a { background-color: rgb(4,188,219); }
div.DivClassName
{
background-color: #04BCDB;
}
.BgClassName
{
background-color: #04BCDB;
}
</style>
border-color css
<style>
span { border-color: #04BCDB; }
span { border-color: rgb(4,188,219); }
td.TdClassName
{
border-color: #04BCDB;
}
.TagClassName
{
border-color: #04BCDB;
}
</style>