Shades of Iris Blue #12ABCC
Tints of Iris Blue #12ABCC
RGB
CMYK
RGB Variations
Color information
#12ABCC (or 0x12ABCC) is known color: Iris Blue. HEX triplet: 12, AB and CC. RGB value is (18,171,204). Sum of RGB (Red+Green+Blue) = 18+171+204=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #12ABCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABCC is #ED5433. Grayscale: #808080. Windows color (decimal): -15553588 or 13413138. OLE color: 13413138.
HSL color Cylindrical-coordinate representation of color #12ABCC: hue angle of 190.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ABCC is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 171 | 204 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.2 |
| HSL | 190.65º | 0.84% | 0.44% | - |
| HSV(B) | 190.65º | 0.91% | 0.8% | - |
| XYZ | 25.71 | 33.61 | 62.26 | - |
| YUV | 129.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 204 | 0.91 | 0.16 | 0 | 0.2 | 190.65 | 0.84 | 0.44 |
| Hex | 12 | AB | CC | 5B | 10 | 0 | 14 | BF | 54 | 2C |
| Octal | 22 | 253 | 314 | 133 | 20 | 0 | 24 | 277 | 124 | 54 |
| Binary | 10010 | 10101011 | 11001100 | 1011011 | 10000 | 0 | 10100 | 10111111 | 1010100 | 101100 |
Color Harmonies of #12ABCC
Complementary color
Monochromatic Colors of #12ABCC
Black with #12ABCC
Text Example
Text Example
White with #12ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABCC; }
p { color: rgb(18,171,204); }
H1.HeaderClassName
{
color: #12ABCC;
}
.AnyTagClassName
{
color: #12ABCC;
}
</style>
background-color css
<style>
a { background-color: #12ABCC; }
a { background-color: rgb(18,171,204); }
div.DivClassName
{
background-color: #12ABCC;
}
.BgClassName
{
background-color: #12ABCC;
}
</style>
border-color css
<style>
span { border-color: #12ABCC; }
span { border-color: rgb(18,171,204); }
td.TdClassName
{
border-color: #12ABCC;
}
.TagClassName
{
border-color: #12ABCC;
}
</style>