Shades of Iris Blue #00ACD3
Tints of Iris Blue #00ACD3
RGB
CMYK
RGB Variations
Color information
#00ACD3 (or 0x00ACD3) is known color: Iris Blue. HEX triplet: 00, AC and D3. RGB value is (0,172,211). Sum of RGB (Red+Green+Blue) = 0+172+211=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 211 (82.81% from 255 or 55.09% from 383); Max value from RGB is 211 - color contains mainly: blue. Hex color #00ACD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00ACD3 is #FF532C. Grayscale: #7C7C7C. Windows color (decimal): -16732973 or 13872128. OLE color: 13872128.
HSL color Cylindrical-coordinate representation of color #00ACD3: hue angle of 191.09º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACD3 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 172 | 211 | - |
| CMYK | 1 | 0.18 | 0 | 0.17 |
| HSL | 191.09º | 1% | 0.41% | - |
| HSV(B) | 191.09º | 1% | 0.83% | - |
| XYZ | 26.51 | 34.21 | 66.83 | - |
| YUV | 125.02 | 176.52 | 38.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 211 | 1 | 0.18 | 0 | 0.17 | 191.09 | 1 | 0.41 |
| Hex | 0 | AC | D3 | 64 | 12 | 0 | 11 | BF | 64 | 29 |
| Octal | 0 | 254 | 323 | 144 | 22 | 0 | 21 | 277 | 144 | 51 |
| Binary | 0 | 10101100 | 11010011 | 1100100 | 10010 | 0 | 10001 | 10111111 | 1100100 | 101001 |
Color Harmonies of #00ACD3
Complementary color
Monochromatic Colors of #00ACD3
Black with #00ACD3
Text Example
Text Example
White with #00ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACD3; }
p { color: rgb(0,172,211); }
H1.HeaderClassName
{
color: #00ACD3;
}
.AnyTagClassName
{
color: #00ACD3;
}
</style>
background-color css
<style>
a { background-color: #00ACD3; }
a { background-color: rgb(0,172,211); }
div.DivClassName
{
background-color: #00ACD3;
}
.BgClassName
{
background-color: #00ACD3;
}
</style>
border-color css
<style>
span { border-color: #00ACD3; }
span { border-color: rgb(0,172,211); }
td.TdClassName
{
border-color: #00ACD3;
}
.TagClassName
{
border-color: #00ACD3;
}
</style>