Shades of Iris Blue #01ADC5
Tints of Iris Blue #01ADC5
RGB
CMYK
RGB Variations
Color information
#01ADC5 (or 0x01ADC5) is known color: Iris Blue. HEX triplet: 01, AD and C5. RGB value is (1,173,197). Sum of RGB (Red+Green+Blue) = 1+173+197=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 197 (77.34% from 255 or 53.10% from 371); Max value from RGB is 197 - color contains mainly: blue. Hex color #01ADC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADC5 is #FE523A. Grayscale: #7C7C7C. Windows color (decimal): -16667195 or 12954881. OLE color: 12954881.
HSL color Cylindrical-coordinate representation of color #01ADC5: hue angle of 187.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01ADC5 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 173 | 197 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.23 |
| HSL | 187.35º | 0.99% | 0.39% | - |
| HSV(B) | 187.35º | 0.99% | 0.77% | - |
| XYZ | 25.03 | 33.92 | 58.05 | - |
| YUV | 124.31 | 169.02 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 197 | 0.99 | 0.12 | 0 | 0.23 | 187.35 | 0.99 | 0.39 |
| Hex | 1 | AD | C5 | 63 | C | 0 | 17 | BB | 63 | 27 |
| Octal | 1 | 255 | 305 | 143 | 14 | 0 | 27 | 273 | 143 | 47 |
| Binary | 1 | 10101101 | 11000101 | 1100011 | 1100 | 0 | 10111 | 10111011 | 1100011 | 100111 |
Color Harmonies of #01ADC5
Complementary color
Monochromatic Colors of #01ADC5
Black with #01ADC5
Text Example
Text Example
White with #01ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADC5; }
p { color: rgb(1,173,197); }
H1.HeaderClassName
{
color: #01ADC5;
}
.AnyTagClassName
{
color: #01ADC5;
}
</style>
background-color css
<style>
a { background-color: #01ADC5; }
a { background-color: rgb(1,173,197); }
div.DivClassName
{
background-color: #01ADC5;
}
.BgClassName
{
background-color: #01ADC5;
}
</style>
border-color css
<style>
span { border-color: #01ADC5; }
span { border-color: rgb(1,173,197); }
td.TdClassName
{
border-color: #01ADC5;
}
.TagClassName
{
border-color: #01ADC5;
}
</style>