Shades of Iris Blue #12A8C1
Tints of Iris Blue #12A8C1
RGB
CMYK
RGB Variations
Color information
#12A8C1 (or 0x12A8C1) is known color: Iris Blue. HEX triplet: 12, A8 and C1. RGB value is (18,168,193). Sum of RGB (Red+Green+Blue) = 18+168+193=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 168 (66.02% from 255 or 44.33% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #12A8C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8C1 is #ED573E. Grayscale: #7D7D7D. Windows color (decimal): -15554367 or 12691474. OLE color: 12691474.
HSL color Cylindrical-coordinate representation of color #12A8C1: hue angle of 188.57º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A8C1 is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 168 | 193 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.24 |
| HSL | 188.57º | 0.83% | 0.41% | - |
| HSV(B) | 188.57º | 0.91% | 0.76% | - |
| XYZ | 23.88 | 31.98 | 55.37 | - |
| YUV | 126 | 165.81 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 193 | 0.91 | 0.13 | 0 | 0.24 | 188.57 | 0.83 | 0.41 |
| Hex | 12 | A8 | C1 | 5B | D | 0 | 18 | BD | 53 | 29 |
| Octal | 22 | 250 | 301 | 133 | 15 | 0 | 30 | 275 | 123 | 51 |
| Binary | 10010 | 10101000 | 11000001 | 1011011 | 1101 | 0 | 11000 | 10111101 | 1010011 | 101001 |
Color Harmonies of #12A8C1
Complementary color
Monochromatic Colors of #12A8C1
Black with #12A8C1
Text Example
Text Example
White with #12A8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8C1; }
p { color: rgb(18,168,193); }
H1.HeaderClassName
{
color: #12A8C1;
}
.AnyTagClassName
{
color: #12A8C1;
}
</style>
background-color css
<style>
a { background-color: #12A8C1; }
a { background-color: rgb(18,168,193); }
div.DivClassName
{
background-color: #12A8C1;
}
.BgClassName
{
background-color: #12A8C1;
}
</style>
border-color css
<style>
span { border-color: #12A8C1; }
span { border-color: rgb(18,168,193); }
td.TdClassName
{
border-color: #12A8C1;
}
.TagClassName
{
border-color: #12A8C1;
}
</style>