Shades of Iris Blue #04BDDD
Tints of Iris Blue #04BDDD
RGB
CMYK
RGB Variations
Color information
#04BDDD (or 0x04BDDD) is known color: Iris Blue. HEX triplet: 04, BD and DD. RGB value is (4,189,221). Sum of RGB (Red+Green+Blue) = 4+189+221=414 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #04BDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDDD is #FB4222. Grayscale: #898989. Windows color (decimal): -16466467 or 14531844. OLE color: 14531844.
HSL color Cylindrical-coordinate representation of color #04BDDD: hue angle of 188.85º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDDD is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 189 | 221 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.13 |
| HSL | 188.85º | 0.96% | 0.44% | - |
| HSV(B) | 188.85º | 0.98% | 0.87% | - |
| XYZ | 31.3 | 41.64 | 74.79 | - |
| YUV | 137.33 | 175.21 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 221 | 0.98 | 0.14 | 0 | 0.13 | 188.85 | 0.96 | 0.44 |
| Hex | 4 | BD | DD | 62 | E | 0 | D | BD | 60 | 2C |
| Octal | 4 | 275 | 335 | 142 | 16 | 0 | 15 | 275 | 140 | 54 |
| Binary | 100 | 10111101 | 11011101 | 1100010 | 1110 | 0 | 1101 | 10111101 | 1100000 | 101100 |
Color Harmonies of #04BDDD
Complementary color
Monochromatic Colors of #04BDDD
Black with #04BDDD
Text Example
Text Example
White with #04BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BDDD; }
p { color: rgb(4,189,221); }
H1.HeaderClassName
{
color: #04BDDD;
}
.AnyTagClassName
{
color: #04BDDD;
}
</style>
background-color css
<style>
a { background-color: #04BDDD; }
a { background-color: rgb(4,189,221); }
div.DivClassName
{
background-color: #04BDDD;
}
.BgClassName
{
background-color: #04BDDD;
}
</style>
border-color css
<style>
span { border-color: #04BDDD; }
span { border-color: rgb(4,189,221); }
td.TdClassName
{
border-color: #04BDDD;
}
.TagClassName
{
border-color: #04BDDD;
}
</style>