Shades of Iris Blue #00ADDD
Tints of Iris Blue #00ADDD
RGB
CMYK
RGB Variations
Color information
#00ADDD (or 0x00ADDD) is known color: Iris Blue. HEX triplet: 00, AD and DD. RGB value is (0,173,221). Sum of RGB (Red+Green+Blue) = 0+173+221=394 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #00ADDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADDD is #FF5222. Grayscale: #7E7E7E. Windows color (decimal): -16732707 or 14527744. OLE color: 14527744.
HSL color Cylindrical-coordinate representation of color #00ADDD: hue angle of 193.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADDD is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 173 | 221 | - |
| CMYK | 1 | 0.22 | 0 | 0.13 |
| HSL | 193.03º | 1% | 0.43% | - |
| HSV(B) | 193.03º | 1% | 0.87% | - |
| XYZ | 27.99 | 35.11 | 73.71 | - |
| YUV | 126.75 | 181.19 | 37.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 221 | 1 | 0.22 | 0 | 0.13 | 193.03 | 1 | 0.43 |
| Hex | 0 | AD | DD | 64 | 16 | 0 | D | C1 | 64 | 2B |
| Octal | 0 | 255 | 335 | 144 | 26 | 0 | 15 | 301 | 144 | 53 |
| Binary | 0 | 10101101 | 11011101 | 1100100 | 10110 | 0 | 1101 | 11000001 | 1100100 | 101011 |
Color Harmonies of #00ADDD
Complementary color
Monochromatic Colors of #00ADDD
Black with #00ADDD
Text Example
Text Example
White with #00ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADDD; }
p { color: rgb(0,173,221); }
H1.HeaderClassName
{
color: #00ADDD;
}
.AnyTagClassName
{
color: #00ADDD;
}
</style>
background-color css
<style>
a { background-color: #00ADDD; }
a { background-color: rgb(0,173,221); }
div.DivClassName
{
background-color: #00ADDD;
}
.BgClassName
{
background-color: #00ADDD;
}
</style>
border-color css
<style>
span { border-color: #00ADDD; }
span { border-color: rgb(0,173,221); }
td.TdClassName
{
border-color: #00ADDD;
}
.TagClassName
{
border-color: #00ADDD;
}
</style>