Shades of Iris Blue #01ADC6
Tints of Iris Blue #01ADC6
RGB
CMYK
RGB Variations
Color information
#01ADC6 (or 0x01ADC6) is known color: Iris Blue. HEX triplet: 01, AD and C6. RGB value is (1,173,198). Sum of RGB (Red+Green+Blue) = 1+173+198=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 198 (77.73% from 255 or 53.23% from 372); Max value from RGB is 198 - color contains mainly: blue. Hex color #01ADC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADC6 is #FE5239. Grayscale: #7C7C7C. Windows color (decimal): -16667194 or 13020417. OLE color: 13020417.
HSL color Cylindrical-coordinate representation of color #01ADC6: hue angle of 187.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADC6 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 173 | 198 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.22 |
| HSL | 187.61º | 0.99% | 0.39% | - |
| HSV(B) | 187.61º | 0.99% | 0.78% | - |
| XYZ | 25.15 | 33.97 | 58.66 | - |
| YUV | 124.42 | 169.52 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 198 | 0.99 | 0.13 | 0 | 0.22 | 187.61 | 0.99 | 0.39 |
| Hex | 1 | AD | C6 | 63 | D | 0 | 16 | BC | 63 | 27 |
| Octal | 1 | 255 | 306 | 143 | 15 | 0 | 26 | 274 | 143 | 47 |
| Binary | 1 | 10101101 | 11000110 | 1100011 | 1101 | 0 | 10110 | 10111100 | 1100011 | 100111 |
Color Harmonies of #01ADC6
Complementary color
Monochromatic Colors of #01ADC6
Black with #01ADC6
Text Example
Text Example
White with #01ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADC6; }
p { color: rgb(1,173,198); }
H1.HeaderClassName
{
color: #01ADC6;
}
.AnyTagClassName
{
color: #01ADC6;
}
</style>
background-color css
<style>
a { background-color: #01ADC6; }
a { background-color: rgb(1,173,198); }
div.DivClassName
{
background-color: #01ADC6;
}
.BgClassName
{
background-color: #01ADC6;
}
</style>
border-color css
<style>
span { border-color: #01ADC6; }
span { border-color: rgb(1,173,198); }
td.TdClassName
{
border-color: #01ADC6;
}
.TagClassName
{
border-color: #01ADC6;
}
</style>