Shades of Iris Blue #00ADCB
Tints of Iris Blue #00ADCB
RGB
CMYK
RGB Variations
Color information
#00ADCB (or 0x00ADCB) is known color: Iris Blue. HEX triplet: 00, AD and CB. RGB value is (0,173,203). Sum of RGB (Red+Green+Blue) = 0+173+203=376 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #00ADCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADCB is #FF5234. Grayscale: #7C7C7C. Windows color (decimal): -16732725 or 13348096. OLE color: 13348096.
HSL color Cylindrical-coordinate representation of color #00ADCB: hue angle of 188.87º 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 #00ADCB is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 173 | 203 | - |
| CMYK | 1 | 0.15 | 0 | 0.20 |
| HSL | 188.87º | 1% | 0.4% | - |
| HSV(B) | 188.87º | 1% | 0.8% | - |
| XYZ | 25.72 | 34.2 | 61.75 | - |
| YUV | 124.69 | 172.19 | 39.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 203 | 1 | 0.15 | 0 | 0.20 | 188.87 | 1 | 0.4 |
| Hex | 0 | AD | CB | 64 | F | 0 | 14 | BD | 64 | 28 |
| Octal | 0 | 255 | 313 | 144 | 17 | 0 | 24 | 275 | 144 | 50 |
| Binary | 0 | 10101101 | 11001011 | 1100100 | 1111 | 0 | 10100 | 10111101 | 1100100 | 101000 |
Color Harmonies of #00ADCB
Complementary color
Monochromatic Colors of #00ADCB
Black with #00ADCB
Text Example
Text Example
White with #00ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADCB; }
p { color: rgb(0,173,203); }
H1.HeaderClassName
{
color: #00ADCB;
}
.AnyTagClassName
{
color: #00ADCB;
}
</style>
background-color css
<style>
a { background-color: #00ADCB; }
a { background-color: rgb(0,173,203); }
div.DivClassName
{
background-color: #00ADCB;
}
.BgClassName
{
background-color: #00ADCB;
}
</style>
border-color css
<style>
span { border-color: #00ADCB; }
span { border-color: rgb(0,173,203); }
td.TdClassName
{
border-color: #00ADCB;
}
.TagClassName
{
border-color: #00ADCB;
}
</style>