Shades of Iris Blue #04ADBD
Tints of Iris Blue #04ADBD
RGB
CMYK
RGB Variations
Color information
#04ADBD (or 0x04ADBD) is known color: Iris Blue. HEX triplet: 04, AD and BD. RGB value is (4,173,189). Sum of RGB (Red+Green+Blue) = 4+173+189=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #04ADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ADBD is #FB5242. Grayscale: #7C7C7C. Windows color (decimal): -16470595 or 12430596. OLE color: 12430596.
HSL color Cylindrical-coordinate representation of color #04ADBD: hue angle of 185.19º 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 #04ADBD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 173 | 189 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.26 |
| HSL | 185.19º | 0.96% | 0.38% | - |
| HSV(B) | 185.19º | 0.98% | 0.74% | - |
| XYZ | 24.18 | 33.59 | 53.35 | - |
| YUV | 124.29 | 164.51 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 173 | 189 | 0.98 | 0.08 | 0 | 0.26 | 185.19 | 0.96 | 0.38 |
| Hex | 4 | AD | BD | 62 | 8 | 0 | 1A | B9 | 60 | 26 |
| Octal | 4 | 255 | 275 | 142 | 10 | 0 | 32 | 271 | 140 | 46 |
| Binary | 100 | 10101101 | 10111101 | 1100010 | 1000 | 0 | 11010 | 10111001 | 1100000 | 100110 |
Color Harmonies of #04ADBD
Complementary color
Monochromatic Colors of #04ADBD
Black with #04ADBD
Text Example
Text Example
White with #04ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ADBD; }
p { color: rgb(4,173,189); }
H1.HeaderClassName
{
color: #04ADBD;
}
.AnyTagClassName
{
color: #04ADBD;
}
</style>
background-color css
<style>
a { background-color: #04ADBD; }
a { background-color: rgb(4,173,189); }
div.DivClassName
{
background-color: #04ADBD;
}
.BgClassName
{
background-color: #04ADBD;
}
</style>
border-color css
<style>
span { border-color: #04ADBD; }
span { border-color: rgb(4,173,189); }
td.TdClassName
{
border-color: #04ADBD;
}
.TagClassName
{
border-color: #04ADBD;
}
</style>