Shades of Iris Blue #12A8CA
Tints of Iris Blue #12A8CA
RGB
CMYK
RGB Variations
Color information
#12A8CA (or 0x12A8CA) is known color: Iris Blue. HEX triplet: 12, A8 and CA. RGB value is (18,168,202). Sum of RGB (Red+Green+Blue) = 18+168+202=388 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.64% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #12A8CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8CA is #ED5735. Grayscale: #7E7E7E. Windows color (decimal): -15554358 or 13281298. OLE color: 13281298.
HSL color Cylindrical-coordinate representation of color #12A8CA: hue angle of 191.09º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A8CA is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 168 | 202 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.21 |
| HSL | 191.09º | 0.84% | 0.43% | - |
| HSV(B) | 191.09º | 0.91% | 0.79% | - |
| XYZ | 24.91 | 32.4 | 60.82 | - |
| YUV | 127.03 | 170.31 | 50.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 202 | 0.91 | 0.17 | 0 | 0.21 | 191.09 | 0.84 | 0.43 |
| Hex | 12 | A8 | CA | 5B | 11 | 0 | 15 | BF | 54 | 2B |
| Octal | 22 | 250 | 312 | 133 | 21 | 0 | 25 | 277 | 124 | 53 |
| Binary | 10010 | 10101000 | 11001010 | 1011011 | 10001 | 0 | 10101 | 10111111 | 1010100 | 101011 |
Color Harmonies of #12A8CA
Complementary color
Monochromatic Colors of #12A8CA
Black with #12A8CA
Text Example
Text Example
White with #12A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8CA; }
p { color: rgb(18,168,202); }
H1.HeaderClassName
{
color: #12A8CA;
}
.AnyTagClassName
{
color: #12A8CA;
}
</style>
background-color css
<style>
a { background-color: #12A8CA; }
a { background-color: rgb(18,168,202); }
div.DivClassName
{
background-color: #12A8CA;
}
.BgClassName
{
background-color: #12A8CA;
}
</style>
border-color css
<style>
span { border-color: #12A8CA; }
span { border-color: rgb(18,168,202); }
td.TdClassName
{
border-color: #12A8CA;
}
.TagClassName
{
border-color: #12A8CA;
}
</style>