Shades of Iris Blue #00ACDC
Tints of Iris Blue #00ACDC
RGB
CMYK
RGB Variations
Color information
#00ACDC (or 0x00ACDC) is known color: Iris Blue. HEX triplet: 00, AC and DC. RGB value is (0,172,220). Sum of RGB (Red+Green+Blue) = 0+172+220=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #00ACDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACDC is #FF5323. Grayscale: #7D7D7D. Windows color (decimal): -16732964 or 14461952. OLE color: 14461952.
HSL color Cylindrical-coordinate representation of color #00ACDC: hue angle of 193.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACDC is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 172 | 220 | - |
| CMYK | 1 | 0.22 | 0 | 0.14 |
| HSL | 193.09º | 1% | 0.43% | - |
| HSV(B) | 193.09º | 1% | 0.86% | - |
| XYZ | 27.67 | 34.67 | 72.94 | - |
| YUV | 126.04 | 181.02 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 220 | 1 | 0.22 | 0 | 0.14 | 193.09 | 1 | 0.43 |
| Hex | 0 | AC | DC | 64 | 16 | 0 | E | C1 | 64 | 2B |
| Octal | 0 | 254 | 334 | 144 | 26 | 0 | 16 | 301 | 144 | 53 |
| Binary | 0 | 10101100 | 11011100 | 1100100 | 10110 | 0 | 1110 | 11000001 | 1100100 | 101011 |
Color Harmonies of #00ACDC
Complementary color
Monochromatic Colors of #00ACDC
Black with #00ACDC
Text Example
Text Example
White with #00ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACDC; }
p { color: rgb(0,172,220); }
H1.HeaderClassName
{
color: #00ACDC;
}
.AnyTagClassName
{
color: #00ACDC;
}
</style>
background-color css
<style>
a { background-color: #00ACDC; }
a { background-color: rgb(0,172,220); }
div.DivClassName
{
background-color: #00ACDC;
}
.BgClassName
{
background-color: #00ACDC;
}
</style>
border-color css
<style>
span { border-color: #00ACDC; }
span { border-color: rgb(0,172,220); }
td.TdClassName
{
border-color: #00ACDC;
}
.TagClassName
{
border-color: #00ACDC;
}
</style>