Shades of Iris Blue #12AEDB
Tints of Iris Blue #12AEDB
RGB
CMYK
RGB Variations
Color information
#12AEDB (or 0x12AEDB) is known color: Iris Blue. HEX triplet: 12, AE and DB. RGB value is (18,174,219). Sum of RGB (Red+Green+Blue) = 18+174+219=411 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.38% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #12AEDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEDB is #ED5124. Grayscale: #848484. Windows color (decimal): -15552805 or 14396946. OLE color: 14396946.
HSL color Cylindrical-coordinate representation of color #12AEDB: hue angle of 193.43º 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 #12AEDB is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 174 | 219 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.14 |
| HSL | 193.43º | 0.85% | 0.46% | - |
| HSV(B) | 193.43º | 0.92% | 0.86% | - |
| XYZ | 28.17 | 35.52 | 72.39 | - |
| YUV | 132.49 | 176.82 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 219 | 0.92 | 0.21 | 0 | 0.14 | 193.43 | 0.85 | 0.46 |
| Hex | 12 | AE | DB | 5C | 15 | 0 | E | C1 | 55 | 2E |
| Octal | 22 | 256 | 333 | 134 | 25 | 0 | 16 | 301 | 125 | 56 |
| Binary | 10010 | 10101110 | 11011011 | 1011100 | 10101 | 0 | 1110 | 11000001 | 1010101 | 101110 |
Color Harmonies of #12AEDB
Complementary color
Monochromatic Colors of #12AEDB
Black with #12AEDB
Text Example
Text Example
White with #12AEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AEDB; }
p { color: rgb(18,174,219); }
H1.HeaderClassName
{
color: #12AEDB;
}
.AnyTagClassName
{
color: #12AEDB;
}
</style>
background-color css
<style>
a { background-color: #12AEDB; }
a { background-color: rgb(18,174,219); }
div.DivClassName
{
background-color: #12AEDB;
}
.BgClassName
{
background-color: #12AEDB;
}
</style>
border-color css
<style>
span { border-color: #12AEDB; }
span { border-color: rgb(18,174,219); }
td.TdClassName
{
border-color: #12AEDB;
}
.TagClassName
{
border-color: #12AEDB;
}
</style>