Shades of Iris Blue #12A8CB
Tints of Iris Blue #12A8CB
RGB
CMYK
RGB Variations
Color information
#12A8CB (or 0x12A8CB) is known color: Iris Blue. HEX triplet: 12, A8 and CB. RGB value is (18,168,203). Sum of RGB (Red+Green+Blue) = 18+168+203=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #12A8CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8CB is #ED5734. Grayscale: #7E7E7E. Windows color (decimal): -15554357 or 13346834. OLE color: 13346834.
HSL color Cylindrical-coordinate representation of color #12A8CB: hue angle of 191.35º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A8CB is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 168 | 203 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.20 |
| HSL | 191.35º | 0.84% | 0.43% | - |
| HSV(B) | 191.35º | 0.91% | 0.8% | - |
| XYZ | 25.03 | 32.45 | 61.44 | - |
| YUV | 127.14 | 170.81 | 50.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 168 | 203 | 0.91 | 0.17 | 0 | 0.20 | 191.35 | 0.84 | 0.43 |
| Hex | 12 | A8 | CB | 5B | 11 | 0 | 14 | BF | 54 | 2B |
| Octal | 22 | 250 | 313 | 133 | 21 | 0 | 24 | 277 | 124 | 53 |
| Binary | 10010 | 10101000 | 11001011 | 1011011 | 10001 | 0 | 10100 | 10111111 | 1010100 | 101011 |
Color Harmonies of #12A8CB
Complementary color
Monochromatic Colors of #12A8CB
Black with #12A8CB
Text Example
Text Example
White with #12A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A8CB; }
p { color: rgb(18,168,203); }
H1.HeaderClassName
{
color: #12A8CB;
}
.AnyTagClassName
{
color: #12A8CB;
}
</style>
background-color css
<style>
a { background-color: #12A8CB; }
a { background-color: rgb(18,168,203); }
div.DivClassName
{
background-color: #12A8CB;
}
.BgClassName
{
background-color: #12A8CB;
}
</style>
border-color css
<style>
span { border-color: #12A8CB; }
span { border-color: rgb(18,168,203); }
td.TdClassName
{
border-color: #12A8CB;
}
.TagClassName
{
border-color: #12A8CB;
}
</style>