Shades of Iris Blue #00ACDF
Tints of Iris Blue #00ACDF
RGB
CMYK
RGB Variations
Color information
#00ACDF (or 0x00ACDF) is known color: Iris Blue. HEX triplet: 00, AC and DF. RGB value is (0,172,223). Sum of RGB (Red+Green+Blue) = 0+172+223=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #00ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACDF is #FF5320. Grayscale: #7E7E7E. Windows color (decimal): -16732961 or 14658560. OLE color: 14658560.
HSL color Cylindrical-coordinate representation of color #00ACDF: hue angle of 193.72º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACDF is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 172 | 223 | - |
| CMYK | 1 | 0.23 | 0 | 0.13 |
| HSL | 193.72º | 1% | 0.44% | - |
| HSV(B) | 193.72º | 1% | 0.87% | - |
| XYZ | 28.07 | 34.83 | 75.06 | - |
| YUV | 126.39 | 182.52 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 223 | 1 | 0.23 | 0 | 0.13 | 193.72 | 1 | 0.44 |
| Hex | 0 | AC | DF | 64 | 17 | 0 | D | C2 | 64 | 2C |
| Octal | 0 | 254 | 337 | 144 | 27 | 0 | 15 | 302 | 144 | 54 |
| Binary | 0 | 10101100 | 11011111 | 1100100 | 10111 | 0 | 1101 | 11000010 | 1100100 | 101100 |
Color Harmonies of #00ACDF
Complementary color
Monochromatic Colors of #00ACDF
Black with #00ACDF
Text Example
Text Example
White with #00ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACDF; }
p { color: rgb(0,172,223); }
H1.HeaderClassName
{
color: #00ACDF;
}
.AnyTagClassName
{
color: #00ACDF;
}
</style>
background-color css
<style>
a { background-color: #00ACDF; }
a { background-color: rgb(0,172,223); }
div.DivClassName
{
background-color: #00ACDF;
}
.BgClassName
{
background-color: #00ACDF;
}
</style>
border-color css
<style>
span { border-color: #00ACDF; }
span { border-color: rgb(0,172,223); }
td.TdClassName
{
border-color: #00ACDF;
}
.TagClassName
{
border-color: #00ACDF;
}
</style>