Shades of Iris Blue #01ADCD
Tints of Iris Blue #01ADCD
RGB
CMYK
RGB Variations
Color information
#01ADCD (or 0x01ADCD) is known color: Iris Blue. HEX triplet: 01, AD and CD. RGB value is (1,173,205). Sum of RGB (Red+Green+Blue) = 1+173+205=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #01ADCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADCD is #FE5232. Grayscale: #7C7C7C. Windows color (decimal): -16667187 or 13479169. OLE color: 13479169.
HSL color Cylindrical-coordinate representation of color #01ADCD: hue angle of 189.41º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADCD is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 173 | 205 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.20 |
| HSL | 189.41º | 0.99% | 0.4% | - |
| HSV(B) | 189.41º | 1% | 0.8% | - |
| XYZ | 25.98 | 34.3 | 63.01 | - |
| YUV | 125.22 | 173.02 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 205 | 1.00 | 0.16 | 0 | 0.20 | 189.41 | 0.99 | 0.4 |
| Hex | 1 | AD | CD | 64 | 10 | 0 | 14 | BD | 63 | 28 |
| Octal | 1 | 255 | 315 | 144 | 20 | 0 | 24 | 275 | 143 | 50 |
| Binary | 1 | 10101101 | 11001101 | 1100100 | 10000 | 0 | 10100 | 10111101 | 1100011 | 101000 |
Color Harmonies of #01ADCD
Complementary color
Monochromatic Colors of #01ADCD
Black with #01ADCD
Text Example
Text Example
White with #01ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADCD; }
p { color: rgb(1,173,205); }
H1.HeaderClassName
{
color: #01ADCD;
}
.AnyTagClassName
{
color: #01ADCD;
}
</style>
background-color css
<style>
a { background-color: #01ADCD; }
a { background-color: rgb(1,173,205); }
div.DivClassName
{
background-color: #01ADCD;
}
.BgClassName
{
background-color: #01ADCD;
}
</style>
border-color css
<style>
span { border-color: #01ADCD; }
span { border-color: rgb(1,173,205); }
td.TdClassName
{
border-color: #01ADCD;
}
.TagClassName
{
border-color: #01ADCD;
}
</style>