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