Shades of Iris Blue #12C0D9
Tints of Iris Blue #12C0D9
RGB
CMYK
RGB Variations
Color information
#12C0D9 (or 0x12C0D9) is known color: Iris Blue. HEX triplet: 12, C0 and D9. RGB value is (18,192,217). Sum of RGB (Red+Green+Blue) = 18+192+217=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #12C0D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12C0D9 is #ED3F26. Grayscale: #8E8E8E. Windows color (decimal): -15548199 or 14270482. OLE color: 14270482.
HSL color Cylindrical-coordinate representation of color #12C0D9: hue angle of 187.54º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12C0D9 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 192 | 217 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.15 |
| HSL | 187.54º | 0.85% | 0.46% | - |
| HSV(B) | 187.54º | 0.92% | 0.85% | - |
| XYZ | 31.62 | 42.84 | 72.25 | - |
| YUV | 142.82 | 169.85 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 192 | 217 | 0.92 | 0.12 | 0 | 0.15 | 187.54 | 0.85 | 0.46 |
| Hex | 12 | C0 | D9 | 5C | C | 0 | F | BC | 55 | 2E |
| Octal | 22 | 300 | 331 | 134 | 14 | 0 | 17 | 274 | 125 | 56 |
| Binary | 10010 | 11000000 | 11011001 | 1011100 | 1100 | 0 | 1111 | 10111100 | 1010101 | 101110 |
Color Harmonies of #12C0D9
Complementary color
Monochromatic Colors of #12C0D9
Black with #12C0D9
Text Example
Text Example
White with #12C0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12C0D9; }
p { color: rgb(18,192,217); }
H1.HeaderClassName
{
color: #12C0D9;
}
.AnyTagClassName
{
color: #12C0D9;
}
</style>
background-color css
<style>
a { background-color: #12C0D9; }
a { background-color: rgb(18,192,217); }
div.DivClassName
{
background-color: #12C0D9;
}
.BgClassName
{
background-color: #12C0D9;
}
</style>
border-color css
<style>
span { border-color: #12C0D9; }
span { border-color: rgb(18,192,217); }
td.TdClassName
{
border-color: #12C0D9;
}
.TagClassName
{
border-color: #12C0D9;
}
</style>