Shades of Iris Blue #01ADBA
Tints of Iris Blue #01ADBA
RGB
CMYK
RGB Variations
Color information
#01ADBA (or 0x01ADBA) is known color: Iris Blue. HEX triplet: 01, AD and BA. RGB value is (1,173,186). Sum of RGB (Red+Green+Blue) = 1+173+186=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #01ADBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADBA is #FE5245. Grayscale: #7A7A7A. Windows color (decimal): -16667206 or 12233985. OLE color: 12233985.
HSL color Cylindrical-coordinate representation of color #01ADBA: hue angle of 184.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADBA is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 173 | 186 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.27 |
| HSL | 184.22º | 0.99% | 0.37% | - |
| HSV(B) | 184.22º | 0.99% | 0.73% | - |
| XYZ | 23.82 | 33.44 | 51.65 | - |
| YUV | 123.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 186 | 0.99 | 0.07 | 0 | 0.27 | 184.22 | 0.99 | 0.37 |
| Hex | 1 | AD | BA | 63 | 7 | 0 | 1B | B8 | 63 | 25 |
| Octal | 1 | 255 | 272 | 143 | 7 | 0 | 33 | 270 | 143 | 45 |
| Binary | 1 | 10101101 | 10111010 | 1100011 | 111 | 0 | 11011 | 10111000 | 1100011 | 100101 |
Color Harmonies of #01ADBA
Complementary color
Monochromatic Colors of #01ADBA
Black with #01ADBA
Text Example
Text Example
White with #01ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADBA; }
p { color: rgb(1,173,186); }
H1.HeaderClassName
{
color: #01ADBA;
}
.AnyTagClassName
{
color: #01ADBA;
}
</style>
background-color css
<style>
a { background-color: #01ADBA; }
a { background-color: rgb(1,173,186); }
div.DivClassName
{
background-color: #01ADBA;
}
.BgClassName
{
background-color: #01ADBA;
}
</style>
border-color css
<style>
span { border-color: #01ADBA; }
span { border-color: rgb(1,173,186); }
td.TdClassName
{
border-color: #01ADBA;
}
.TagClassName
{
border-color: #01ADBA;
}
</style>