Shades of Iris Blue #12AFC2
Tints of Iris Blue #12AFC2
RGB
CMYK
RGB Variations
Color information
#12AFC2 (or 0x12AFC2) is known color: Iris Blue. HEX triplet: 12, AF and C2. RGB value is (18,175,194). Sum of RGB (Red+Green+Blue) = 18+175+194=387 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.65% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #12AFC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFC2 is #ED503D. Grayscale: #818181. Windows color (decimal): -15552574 or 12758802. OLE color: 12758802.
HSL color Cylindrical-coordinate representation of color #12AFC2: hue angle of 186.48º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFC2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 175 | 194 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.24 |
| HSL | 186.48º | 0.83% | 0.42% | - |
| HSV(B) | 186.48º | 0.91% | 0.76% | - |
| XYZ | 25.32 | 34.68 | 56.4 | - |
| YUV | 130.22 | 163.99 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 194 | 0.91 | 0.10 | 0 | 0.24 | 186.48 | 0.83 | 0.42 |
| Hex | 12 | AF | C2 | 5B | A | 0 | 18 | BA | 53 | 2A |
| Octal | 22 | 257 | 302 | 133 | 12 | 0 | 30 | 272 | 123 | 52 |
| Binary | 10010 | 10101111 | 11000010 | 1011011 | 1010 | 0 | 11000 | 10111010 | 1010011 | 101010 |
Color Harmonies of #12AFC2
Complementary color
Monochromatic Colors of #12AFC2
Black with #12AFC2
Text Example
Text Example
White with #12AFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFC2; }
p { color: rgb(18,175,194); }
H1.HeaderClassName
{
color: #12AFC2;
}
.AnyTagClassName
{
color: #12AFC2;
}
</style>
background-color css
<style>
a { background-color: #12AFC2; }
a { background-color: rgb(18,175,194); }
div.DivClassName
{
background-color: #12AFC2;
}
.BgClassName
{
background-color: #12AFC2;
}
</style>
border-color css
<style>
span { border-color: #12AFC2; }
span { border-color: rgb(18,175,194); }
td.TdClassName
{
border-color: #12AFC2;
}
.TagClassName
{
border-color: #12AFC2;
}
</style>