Shades of Iris Blue #00ACCD
Tints of Iris Blue #00ACCD
RGB
CMYK
RGB Variations
Color information
#00ACCD (or 0x00ACCD) is known color: Iris Blue. HEX triplet: 00, AC and CD. RGB value is (0,172,205). Sum of RGB (Red+Green+Blue) = 0+172+205=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #00ACCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACCD is #FF5332. Grayscale: #7C7C7C. Windows color (decimal): -16732979 or 13478912. OLE color: 13478912.
HSL color Cylindrical-coordinate representation of color #00ACCD: hue angle of 189.66º 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 #00ACCD is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 172 | 205 | - |
| CMYK | 1 | 0.16 | 0 | 0.20 |
| HSL | 189.66º | 1% | 0.4% | - |
| HSV(B) | 189.66º | 1% | 0.8% | - |
| XYZ | 25.77 | 33.91 | 62.95 | - |
| YUV | 124.33 | 173.52 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 205 | 1 | 0.16 | 0 | 0.20 | 189.66 | 1 | 0.4 |
| Hex | 0 | AC | CD | 64 | 10 | 0 | 14 | BE | 64 | 28 |
| Octal | 0 | 254 | 315 | 144 | 20 | 0 | 24 | 276 | 144 | 50 |
| Binary | 0 | 10101100 | 11001101 | 1100100 | 10000 | 0 | 10100 | 10111110 | 1100100 | 101000 |
Color Harmonies of #00ACCD
Complementary color
Monochromatic Colors of #00ACCD
Black with #00ACCD
Text Example
Text Example
White with #00ACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACCD; }
p { color: rgb(0,172,205); }
H1.HeaderClassName
{
color: #00ACCD;
}
.AnyTagClassName
{
color: #00ACCD;
}
</style>
background-color css
<style>
a { background-color: #00ACCD; }
a { background-color: rgb(0,172,205); }
div.DivClassName
{
background-color: #00ACCD;
}
.BgClassName
{
background-color: #00ACCD;
}
</style>
border-color css
<style>
span { border-color: #00ACCD; }
span { border-color: rgb(0,172,205); }
td.TdClassName
{
border-color: #00ACCD;
}
.TagClassName
{
border-color: #00ACCD;
}
</style>