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