Shades of Iris Blue #01ADB4
Tints of Iris Blue #01ADB4
RGB
CMYK
RGB Variations
Color information
#01ADB4 (or 0x01ADB4) is known color: Iris Blue. HEX triplet: 01, AD and B4. RGB value is (1,173,180). Sum of RGB (Red+Green+Blue) = 1+173+180=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 173 (67.97% from 255 or 48.87% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #01ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADB4 is #FE524B. Grayscale: #7A7A7A. Windows color (decimal): -16667212 or 11840769. OLE color: 11840769.
HSL color Cylindrical-coordinate representation of color #01ADB4: hue angle of 182.35º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADB4 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 173 | 180 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.29 |
| HSL | 182.35º | 0.99% | 0.35% | - |
| HSV(B) | 182.35º | 0.99% | 0.71% | - |
| XYZ | 23.19 | 33.19 | 48.36 | - |
| YUV | 122.37 | 160.52 | 41.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 180 | 0.99 | 0.04 | 0 | 0.29 | 182.35 | 0.99 | 0.35 |
| Hex | 1 | AD | B4 | 63 | 4 | 0 | 1D | B6 | 63 | 23 |
| Octal | 1 | 255 | 264 | 143 | 4 | 0 | 35 | 266 | 143 | 43 |
| Binary | 1 | 10101101 | 10110100 | 1100011 | 100 | 0 | 11101 | 10110110 | 1100011 | 100011 |
Color Harmonies of #01ADB4
Complementary color
Monochromatic Colors of #01ADB4
Black with #01ADB4
Text Example
Text Example
White with #01ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADB4; }
p { color: rgb(1,173,180); }
H1.HeaderClassName
{
color: #01ADB4;
}
.AnyTagClassName
{
color: #01ADB4;
}
</style>
background-color css
<style>
a { background-color: #01ADB4; }
a { background-color: rgb(1,173,180); }
div.DivClassName
{
background-color: #01ADB4;
}
.BgClassName
{
background-color: #01ADB4;
}
</style>
border-color css
<style>
span { border-color: #01ADB4; }
span { border-color: rgb(1,173,180); }
td.TdClassName
{
border-color: #01ADB4;
}
.TagClassName
{
border-color: #01ADB4;
}
</style>