Shades of Iris Blue #00ACD5
Tints of Iris Blue #00ACD5
RGB
CMYK
RGB Variations
Color information
#00ACD5 (or 0x00ACD5) is known color: Iris Blue. HEX triplet: 00, AC and D5. RGB value is (0,172,213). Sum of RGB (Red+Green+Blue) = 0+172+213=385 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #00ACD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACD5 is #FF532A. Grayscale: #7C7C7C. Windows color (decimal): -16732971 or 14003200. OLE color: 14003200.
HSL color Cylindrical-coordinate representation of color #00ACD5: hue angle of 191.55º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACD5 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 172 | 213 | - |
| CMYK | 1 | 0.19 | 0 | 0.16 |
| HSL | 191.55º | 1% | 0.42% | - |
| HSV(B) | 191.55º | 1% | 0.84% | - |
| XYZ | 26.76 | 34.31 | 68.16 | - |
| YUV | 125.25 | 177.52 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 213 | 1 | 0.19 | 0 | 0.16 | 191.55 | 1 | 0.42 |
| Hex | 0 | AC | D5 | 64 | 13 | 0 | 10 | C0 | 64 | 2A |
| Octal | 0 | 254 | 325 | 144 | 23 | 0 | 20 | 300 | 144 | 52 |
| Binary | 0 | 10101100 | 11010101 | 1100100 | 10011 | 0 | 10000 | 11000000 | 1100100 | 101010 |
Color Harmonies of #00ACD5
Complementary color
Monochromatic Colors of #00ACD5
Black with #00ACD5
Text Example
Text Example
White with #00ACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACD5; }
p { color: rgb(0,172,213); }
H1.HeaderClassName
{
color: #00ACD5;
}
.AnyTagClassName
{
color: #00ACD5;
}
</style>
background-color css
<style>
a { background-color: #00ACD5; }
a { background-color: rgb(0,172,213); }
div.DivClassName
{
background-color: #00ACD5;
}
.BgClassName
{
background-color: #00ACD5;
}
</style>
border-color css
<style>
span { border-color: #00ACD5; }
span { border-color: rgb(0,172,213); }
td.TdClassName
{
border-color: #00ACD5;
}
.TagClassName
{
border-color: #00ACD5;
}
</style>