Shades of Iris Blue #12ABCB
Tints of Iris Blue #12ABCB
RGB
CMYK
RGB Variations
Color information
#12ABCB (or 0x12ABCB) is known color: Iris Blue. HEX triplet: 12, AB and CB. RGB value is (18,171,203). Sum of RGB (Red+Green+Blue) = 18+171+203=392 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.59% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #12ABCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABCB is #ED5434. Grayscale: #808080. Windows color (decimal): -15553589 or 13347602. OLE color: 13347602.
HSL color Cylindrical-coordinate representation of color #12ABCB: hue angle of 190.38º 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 #12ABCB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 171 | 203 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.20 |
| HSL | 190.38º | 0.84% | 0.43% | - |
| HSV(B) | 190.38º | 0.91% | 0.8% | - |
| XYZ | 25.59 | 33.57 | 61.63 | - |
| YUV | 128.9 | 169.81 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 203 | 0.91 | 0.16 | 0 | 0.20 | 190.38 | 0.84 | 0.43 |
| Hex | 12 | AB | CB | 5B | 10 | 0 | 14 | BE | 54 | 2B |
| Octal | 22 | 253 | 313 | 133 | 20 | 0 | 24 | 276 | 124 | 53 |
| Binary | 10010 | 10101011 | 11001011 | 1011011 | 10000 | 0 | 10100 | 10111110 | 1010100 | 101011 |
Color Harmonies of #12ABCB
Complementary color
Monochromatic Colors of #12ABCB
Black with #12ABCB
Text Example
Text Example
White with #12ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABCB; }
p { color: rgb(18,171,203); }
H1.HeaderClassName
{
color: #12ABCB;
}
.AnyTagClassName
{
color: #12ABCB;
}
</style>
background-color css
<style>
a { background-color: #12ABCB; }
a { background-color: rgb(18,171,203); }
div.DivClassName
{
background-color: #12ABCB;
}
.BgClassName
{
background-color: #12ABCB;
}
</style>
border-color css
<style>
span { border-color: #12ABCB; }
span { border-color: rgb(18,171,203); }
td.TdClassName
{
border-color: #12ABCB;
}
.TagClassName
{
border-color: #12ABCB;
}
</style>