Shades of Iris Blue #12AFC6
Tints of Iris Blue #12AFC6
RGB
CMYK
RGB Variations
Color information
#12AFC6 (or 0x12AFC6) is known color: Iris Blue. HEX triplet: 12, AF and C6. RGB value is (18,175,198). Sum of RGB (Red+Green+Blue) = 18+175+198=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #12AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFC6 is #ED5039. Grayscale: #828282. Windows color (decimal): -15552570 or 13020946. OLE color: 13020946.
HSL color Cylindrical-coordinate representation of color #12AFC6: hue angle of 187.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFC6 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 175 | 198 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.22 |
| HSL | 187.67º | 0.83% | 0.42% | - |
| HSV(B) | 187.67º | 0.91% | 0.78% | - |
| XYZ | 25.77 | 34.87 | 58.8 | - |
| YUV | 130.68 | 165.99 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 198 | 0.91 | 0.12 | 0 | 0.22 | 187.67 | 0.83 | 0.42 |
| Hex | 12 | AF | C6 | 5B | C | 0 | 16 | BC | 53 | 2A |
| Octal | 22 | 257 | 306 | 133 | 14 | 0 | 26 | 274 | 123 | 52 |
| Binary | 10010 | 10101111 | 11000110 | 1011011 | 1100 | 0 | 10110 | 10111100 | 1010011 | 101010 |
Color Harmonies of #12AFC6
Complementary color
Monochromatic Colors of #12AFC6
Black with #12AFC6
Text Example
Text Example
White with #12AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFC6; }
p { color: rgb(18,175,198); }
H1.HeaderClassName
{
color: #12AFC6;
}
.AnyTagClassName
{
color: #12AFC6;
}
</style>
background-color css
<style>
a { background-color: #12AFC6; }
a { background-color: rgb(18,175,198); }
div.DivClassName
{
background-color: #12AFC6;
}
.BgClassName
{
background-color: #12AFC6;
}
</style>
border-color css
<style>
span { border-color: #12AFC6; }
span { border-color: rgb(18,175,198); }
td.TdClassName
{
border-color: #12AFC6;
}
.TagClassName
{
border-color: #12AFC6;
}
</style>