Shades of Iris Blue #12ADDB
Tints of Iris Blue #12ADDB
RGB
CMYK
RGB Variations
Color information
#12ADDB (or 0x12ADDB) is known color: Iris Blue. HEX triplet: 12, AD and DB. RGB value is (18,173,219). Sum of RGB (Red+Green+Blue) = 18+173+219=410 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.39% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #12ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADDB is #ED5224. Grayscale: #838383. Windows color (decimal): -15553061 or 14396690. OLE color: 14396690.
HSL color Cylindrical-coordinate representation of color #12ADDB: hue angle of 193.73º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12ADDB is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 173 | 219 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.14 |
| HSL | 193.73º | 0.85% | 0.46% | - |
| HSV(B) | 193.73º | 0.92% | 0.86% | - |
| XYZ | 27.98 | 35.13 | 72.32 | - |
| YUV | 131.9 | 177.15 | 46.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 219 | 0.92 | 0.21 | 0 | 0.14 | 193.73 | 0.85 | 0.46 |
| Hex | 12 | AD | DB | 5C | 15 | 0 | E | C2 | 55 | 2E |
| Octal | 22 | 255 | 333 | 134 | 25 | 0 | 16 | 302 | 125 | 56 |
| Binary | 10010 | 10101101 | 11011011 | 1011100 | 10101 | 0 | 1110 | 11000010 | 1010101 | 101110 |
Color Harmonies of #12ADDB
Complementary color
Monochromatic Colors of #12ADDB
Black with #12ADDB
Text Example
Text Example
White with #12ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADDB; }
p { color: rgb(18,173,219); }
H1.HeaderClassName
{
color: #12ADDB;
}
.AnyTagClassName
{
color: #12ADDB;
}
</style>
background-color css
<style>
a { background-color: #12ADDB; }
a { background-color: rgb(18,173,219); }
div.DivClassName
{
background-color: #12ADDB;
}
.BgClassName
{
background-color: #12ADDB;
}
</style>
border-color css
<style>
span { border-color: #12ADDB; }
span { border-color: rgb(18,173,219); }
td.TdClassName
{
border-color: #12ADDB;
}
.TagClassName
{
border-color: #12ADDB;
}
</style>