Shades of Iris Blue #12AFDB
Tints of Iris Blue #12AFDB
RGB
CMYK
RGB Variations
Color information
#12AFDB (or 0x12AFDB) is known color: Iris Blue. HEX triplet: 12, AF and DB. RGB value is (18,175,219). Sum of RGB (Red+Green+Blue) = 18+175+219=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #12AFDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFDB is #ED5024. Grayscale: #848484. Windows color (decimal): -15552549 or 14397202. OLE color: 14397202.
HSL color Cylindrical-coordinate representation of color #12AFDB: hue angle of 193.13º 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 #12AFDB is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 175 | 219 | - |
| CMYK | 0.92 | 0.20 | 0 | 0.14 |
| HSL | 193.13º | 0.85% | 0.46% | - |
| HSV(B) | 193.13º | 0.92% | 0.86% | - |
| XYZ | 28.37 | 35.9 | 72.45 | - |
| YUV | 133.07 | 176.49 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 219 | 0.92 | 0.20 | 0 | 0.14 | 193.13 | 0.85 | 0.46 |
| Hex | 12 | AF | DB | 5C | 14 | 0 | E | C1 | 55 | 2E |
| Octal | 22 | 257 | 333 | 134 | 24 | 0 | 16 | 301 | 125 | 56 |
| Binary | 10010 | 10101111 | 11011011 | 1011100 | 10100 | 0 | 1110 | 11000001 | 1010101 | 101110 |
Color Harmonies of #12AFDB
Complementary color
Monochromatic Colors of #12AFDB
Black with #12AFDB
Text Example
Text Example
White with #12AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFDB; }
p { color: rgb(18,175,219); }
H1.HeaderClassName
{
color: #12AFDB;
}
.AnyTagClassName
{
color: #12AFDB;
}
</style>
background-color css
<style>
a { background-color: #12AFDB; }
a { background-color: rgb(18,175,219); }
div.DivClassName
{
background-color: #12AFDB;
}
.BgClassName
{
background-color: #12AFDB;
}
</style>
border-color css
<style>
span { border-color: #12AFDB; }
span { border-color: rgb(18,175,219); }
td.TdClassName
{
border-color: #12AFDB;
}
.TagClassName
{
border-color: #12AFDB;
}
</style>