Shades of Iris Blue #00ADBD
Tints of Iris Blue #00ADBD
RGB
CMYK
RGB Variations
Color information
#00ADBD (or 0x00ADBD) is known color: Iris Blue. HEX triplet: 00, AD and BD. RGB value is (0,173,189). Sum of RGB (Red+Green+Blue) = 0+173+189=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #00ADBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADBD is #FF5242. Grayscale: #7A7A7A. Windows color (decimal): -16732739 or 12430592. OLE color: 12430592.
HSL color Cylindrical-coordinate representation of color #00ADBD: hue angle of 185.08º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADBD is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 173 | 189 | - |
| CMYK | 1 | 0.08 | 0 | 0.26 |
| HSL | 185.08º | 1% | 0.37% | - |
| HSV(B) | 185.08º | 1% | 0.74% | - |
| XYZ | 24.13 | 33.56 | 53.35 | - |
| YUV | 123.1 | 165.19 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 189 | 1 | 0.08 | 0 | 0.26 | 185.08 | 1 | 0.37 |
| Hex | 0 | AD | BD | 64 | 8 | 0 | 1A | B9 | 64 | 25 |
| Octal | 0 | 255 | 275 | 144 | 10 | 0 | 32 | 271 | 144 | 45 |
| Binary | 0 | 10101101 | 10111101 | 1100100 | 1000 | 0 | 11010 | 10111001 | 1100100 | 100101 |
Color Harmonies of #00ADBD
Complementary color
Monochromatic Colors of #00ADBD
Black with #00ADBD
Text Example
Text Example
White with #00ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADBD; }
p { color: rgb(0,173,189); }
H1.HeaderClassName
{
color: #00ADBD;
}
.AnyTagClassName
{
color: #00ADBD;
}
</style>
background-color css
<style>
a { background-color: #00ADBD; }
a { background-color: rgb(0,173,189); }
div.DivClassName
{
background-color: #00ADBD;
}
.BgClassName
{
background-color: #00ADBD;
}
</style>
border-color css
<style>
span { border-color: #00ADBD; }
span { border-color: rgb(0,173,189); }
td.TdClassName
{
border-color: #00ADBD;
}
.TagClassName
{
border-color: #00ADBD;
}
</style>