Shades of Iris Blue #12B7DC
Tints of Iris Blue #12B7DC
RGB
CMYK
RGB Variations
Color information
#12B7DC (or 0x12B7DC) is known color: Iris Blue. HEX triplet: 12, B7 and DC. RGB value is (18,183,220). Sum of RGB (Red+Green+Blue) = 18+183+220=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #12B7DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B7DC is #ED4823. Grayscale: #898989. Windows color (decimal): -15550500 or 14464786. OLE color: 14464786.
HSL color Cylindrical-coordinate representation of color #12B7DC: hue angle of 190.99º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B7DC is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 183 | 220 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.14 |
| HSL | 190.99º | 0.85% | 0.47% | - |
| HSV(B) | 190.99º | 0.92% | 0.86% | - |
| XYZ | 30.1 | 39.16 | 73.68 | - |
| YUV | 137.88 | 174.34 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 220 | 0.92 | 0.17 | 0 | 0.14 | 190.99 | 0.85 | 0.47 |
| Hex | 12 | B7 | DC | 5C | 11 | 0 | E | BF | 55 | 2F |
| Octal | 22 | 267 | 334 | 134 | 21 | 0 | 16 | 277 | 125 | 57 |
| Binary | 10010 | 10110111 | 11011100 | 1011100 | 10001 | 0 | 1110 | 10111111 | 1010101 | 101111 |
Color Harmonies of #12B7DC
Complementary color
Monochromatic Colors of #12B7DC
Black with #12B7DC
Text Example
Text Example
White with #12B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B7DC; }
p { color: rgb(18,183,220); }
H1.HeaderClassName
{
color: #12B7DC;
}
.AnyTagClassName
{
color: #12B7DC;
}
</style>
background-color css
<style>
a { background-color: #12B7DC; }
a { background-color: rgb(18,183,220); }
div.DivClassName
{
background-color: #12B7DC;
}
.BgClassName
{
background-color: #12B7DC;
}
</style>
border-color css
<style>
span { border-color: #12B7DC; }
span { border-color: rgb(18,183,220); }
td.TdClassName
{
border-color: #12B7DC;
}
.TagClassName
{
border-color: #12B7DC;
}
</style>