Shades of Iris Blue #00ADCF
Tints of Iris Blue #00ADCF
RGB
CMYK
RGB Variations
Color information
#00ADCF (or 0x00ADCF) is known color: Iris Blue. HEX triplet: 00, AD and CF. RGB value is (0,173,207). Sum of RGB (Red+Green+Blue) = 0+173+207=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 173 (67.97% from 255 or 45.53% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #00ADCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ADCF is #FF5230. Grayscale: #7C7C7C. Windows color (decimal): -16732721 or 13610240. OLE color: 13610240.
HSL color Cylindrical-coordinate representation of color #00ADCF: hue angle of 189.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ADCF is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 173 | 207 | - |
| CMYK | 1 | 0.16 | 0 | 0.19 |
| HSL | 189.86º | 1% | 0.41% | - |
| HSV(B) | 189.86º | 1% | 0.81% | - |
| XYZ | 26.21 | 34.39 | 64.29 | - |
| YUV | 125.15 | 174.19 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 173 | 207 | 1 | 0.16 | 0 | 0.19 | 189.86 | 1 | 0.41 |
| Hex | 0 | AD | CF | 64 | 10 | 0 | 13 | BE | 64 | 29 |
| Octal | 0 | 255 | 317 | 144 | 20 | 0 | 23 | 276 | 144 | 51 |
| Binary | 0 | 10101101 | 11001111 | 1100100 | 10000 | 0 | 10011 | 10111110 | 1100100 | 101001 |
Color Harmonies of #00ADCF
Complementary color
Monochromatic Colors of #00ADCF
Black with #00ADCF
Text Example
Text Example
White with #00ADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ADCF; }
p { color: rgb(0,173,207); }
H1.HeaderClassName
{
color: #00ADCF;
}
.AnyTagClassName
{
color: #00ADCF;
}
</style>
background-color css
<style>
a { background-color: #00ADCF; }
a { background-color: rgb(0,173,207); }
div.DivClassName
{
background-color: #00ADCF;
}
.BgClassName
{
background-color: #00ADCF;
}
</style>
border-color css
<style>
span { border-color: #00ADCF; }
span { border-color: rgb(0,173,207); }
td.TdClassName
{
border-color: #00ADCF;
}
.TagClassName
{
border-color: #00ADCF;
}
</style>