Shades of Iris Blue #12ACDF
Tints of Iris Blue #12ACDF
RGB
CMYK
RGB Variations
Color information
#12ACDF (or 0x12ACDF) is known color: Iris Blue. HEX triplet: 12, AC and DF. RGB value is (18,172,223). Sum of RGB (Red+Green+Blue) = 18+172+223=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #12ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ACDF is #ED5320. Grayscale: #838383. Windows color (decimal): -15553313 or 14658578. OLE color: 14658578.
HSL color Cylindrical-coordinate representation of color #12ACDF: hue angle of 194.93º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ACDF is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 172 | 223 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.13 |
| HSL | 194.93º | 0.85% | 0.47% | - |
| HSV(B) | 194.93º | 0.92% | 0.87% | - |
| XYZ | 28.32 | 34.96 | 75.07 | - |
| YUV | 131.77 | 179.48 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 172 | 223 | 0.92 | 0.23 | 0 | 0.13 | 194.93 | 0.85 | 0.47 |
| Hex | 12 | AC | DF | 5C | 17 | 0 | D | C3 | 55 | 2F |
| Octal | 22 | 254 | 337 | 134 | 27 | 0 | 15 | 303 | 125 | 57 |
| Binary | 10010 | 10101100 | 11011111 | 1011100 | 10111 | 0 | 1101 | 11000011 | 1010101 | 101111 |
Color Harmonies of #12ACDF
Complementary color
Monochromatic Colors of #12ACDF
Black with #12ACDF
Text Example
Text Example
White with #12ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ACDF; }
p { color: rgb(18,172,223); }
H1.HeaderClassName
{
color: #12ACDF;
}
.AnyTagClassName
{
color: #12ACDF;
}
</style>
background-color css
<style>
a { background-color: #12ACDF; }
a { background-color: rgb(18,172,223); }
div.DivClassName
{
background-color: #12ACDF;
}
.BgClassName
{
background-color: #12ACDF;
}
</style>
border-color css
<style>
span { border-color: #12ACDF; }
span { border-color: rgb(18,172,223); }
td.TdClassName
{
border-color: #12ACDF;
}
.TagClassName
{
border-color: #12ACDF;
}
</style>