Shades of Iris Blue #12ABCF
Tints of Iris Blue #12ABCF
RGB
CMYK
RGB Variations
Color information
#12ABCF (or 0x12ABCF) is known color: Iris Blue. HEX triplet: 12, AB and CF. RGB value is (18,171,207). Sum of RGB (Red+Green+Blue) = 18+171+207=396 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.55% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #12ABCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ABCF is #ED5430. Grayscale: #818181. Windows color (decimal): -15553585 or 13609746. OLE color: 13609746.
HSL color Cylindrical-coordinate representation of color #12ABCF: hue angle of 191.43º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ABCF is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 171 | 207 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.19 |
| HSL | 191.43º | 0.84% | 0.44% | - |
| HSV(B) | 191.43º | 0.91% | 0.81% | - |
| XYZ | 26.07 | 33.76 | 64.17 | - |
| YUV | 129.36 | 171.81 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 207 | 0.91 | 0.17 | 0 | 0.19 | 191.43 | 0.84 | 0.44 |
| Hex | 12 | AB | CF | 5B | 11 | 0 | 13 | BF | 54 | 2C |
| Octal | 22 | 253 | 317 | 133 | 21 | 0 | 23 | 277 | 124 | 54 |
| Binary | 10010 | 10101011 | 11001111 | 1011011 | 10001 | 0 | 10011 | 10111111 | 1010100 | 101100 |
Color Harmonies of #12ABCF
Complementary color
Monochromatic Colors of #12ABCF
Black with #12ABCF
Text Example
Text Example
White with #12ABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ABCF; }
p { color: rgb(18,171,207); }
H1.HeaderClassName
{
color: #12ABCF;
}
.AnyTagClassName
{
color: #12ABCF;
}
</style>
background-color css
<style>
a { background-color: #12ABCF; }
a { background-color: rgb(18,171,207); }
div.DivClassName
{
background-color: #12ABCF;
}
.BgClassName
{
background-color: #12ABCF;
}
</style>
border-color css
<style>
span { border-color: #12ABCF; }
span { border-color: rgb(18,171,207); }
td.TdClassName
{
border-color: #12ABCF;
}
.TagClassName
{
border-color: #12ABCF;
}
</style>