Shades of Iris Blue #04ADBC
Tints of Iris Blue #04ADBC
RGB
CMYK
RGB Variations
Color information
#04ADBC (or 0x04ADBC) is known color: Iris Blue. HEX triplet: 04, AD and BC. RGB value is (4,173,188). Sum of RGB (Red+Green+Blue) = 4+173+188=365 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #04ADBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADBC is #FB5243. Grayscale: #7B7B7B. Windows color (decimal): -16470596 or 12365060. OLE color: 12365060.
HSL color Cylindrical-coordinate representation of color #04ADBC: hue angle of 184.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ADBC is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 173 | 188 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.26 |
| HSL | 184.89º | 0.96% | 0.38% | - |
| HSV(B) | 184.89º | 0.98% | 0.74% | - |
| XYZ | 24.07 | 33.54 | 52.78 | - |
| YUV | 124.18 | 164.01 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 188 | 0.98 | 0.08 | 0 | 0.26 | 184.89 | 0.96 | 0.38 |
| Hex | 4 | AD | BC | 62 | 8 | 0 | 1A | B9 | 60 | 26 |
| Octal | 4 | 255 | 274 | 142 | 10 | 0 | 32 | 271 | 140 | 46 |
| Binary | 100 | 10101101 | 10111100 | 1100010 | 1000 | 0 | 11010 | 10111001 | 1100000 | 100110 |
Color Harmonies of #04ADBC
Complementary color
Monochromatic Colors of #04ADBC
Black with #04ADBC
Text Example
Text Example
White with #04ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADBC; }
p { color: rgb(4,173,188); }
H1.HeaderClassName
{
color: #04ADBC;
}
.AnyTagClassName
{
color: #04ADBC;
}
</style>
background-color css
<style>
a { background-color: #04ADBC; }
a { background-color: rgb(4,173,188); }
div.DivClassName
{
background-color: #04ADBC;
}
.BgClassName
{
background-color: #04ADBC;
}
</style>
border-color css
<style>
span { border-color: #04ADBC; }
span { border-color: rgb(4,173,188); }
td.TdClassName
{
border-color: #04ADBC;
}
.TagClassName
{
border-color: #04ADBC;
}
</style>