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