Shades of Iris Blue #12C0CF
Tints of Iris Blue #12C0CF
RGB
CMYK
RGB Variations
Color information
#12C0CF (or 0x12C0CF) is known color: Iris Blue. HEX triplet: 12, C0 and CF. RGB value is (18,192,207). Sum of RGB (Red+Green+Blue) = 18+192+207=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 192 (75.39% from 255 or 46.04% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #12C0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C0CF is #ED3F30. Grayscale: #8D8D8D. Windows color (decimal): -15548209 or 13615122. OLE color: 13615122.
HSL color Cylindrical-coordinate representation of color #12C0CF: hue angle of 184.76º 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 #12C0CF is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 192 | 207 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.19 |
| HSL | 184.76º | 0.84% | 0.44% | - |
| HSV(B) | 184.76º | 0.91% | 0.81% | - |
| XYZ | 30.36 | 42.33 | 65.6 | - |
| YUV | 141.68 | 164.85 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 207 | 0.91 | 0.07 | 0 | 0.19 | 184.76 | 0.84 | 0.44 |
| Hex | 12 | C0 | CF | 5B | 7 | 0 | 13 | B9 | 54 | 2C |
| Octal | 22 | 300 | 317 | 133 | 7 | 0 | 23 | 271 | 124 | 54 |
| Binary | 10010 | 11000000 | 11001111 | 1011011 | 111 | 0 | 10011 | 10111001 | 1010100 | 101100 |
Color Harmonies of #12C0CF
Complementary color
Monochromatic Colors of #12C0CF
Black with #12C0CF
Text Example
Text Example
White with #12C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C0CF; }
p { color: rgb(18,192,207); }
H1.HeaderClassName
{
color: #12C0CF;
}
.AnyTagClassName
{
color: #12C0CF;
}
</style>
background-color css
<style>
a { background-color: #12C0CF; }
a { background-color: rgb(18,192,207); }
div.DivClassName
{
background-color: #12C0CF;
}
.BgClassName
{
background-color: #12C0CF;
}
</style>
border-color css
<style>
span { border-color: #12C0CF; }
span { border-color: rgb(18,192,207); }
td.TdClassName
{
border-color: #12C0CF;
}
.TagClassName
{
border-color: #12C0CF;
}
</style>