Shades of Iris Blue #12BADB
Tints of Iris Blue #12BADB
RGB
CMYK
RGB Variations
Color information
#12BADB (or 0x12BADB) is known color: Iris Blue. HEX triplet: 12, BA and DB. RGB value is (18,186,219). Sum of RGB (Red+Green+Blue) = 18+186+219=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 186 (73.05% from 255 or 43.97% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #12BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BADB is #ED4524. Grayscale: #8B8B8B. Windows color (decimal): -15549733 or 14400018. OLE color: 14400018.
HSL color Cylindrical-coordinate representation of color #12BADB: hue angle of 189.85º 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 #12BADB is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 186 | 219 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.14 |
| HSL | 189.85º | 0.85% | 0.46% | - |
| HSV(B) | 189.85º | 0.92% | 0.86% | - |
| XYZ | 30.59 | 40.36 | 73.2 | - |
| YUV | 139.53 | 172.84 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 219 | 0.92 | 0.15 | 0 | 0.14 | 189.85 | 0.85 | 0.46 |
| Hex | 12 | BA | DB | 5C | F | 0 | E | BE | 55 | 2E |
| Octal | 22 | 272 | 333 | 134 | 17 | 0 | 16 | 276 | 125 | 56 |
| Binary | 10010 | 10111010 | 11011011 | 1011100 | 1111 | 0 | 1110 | 10111110 | 1010101 | 101110 |
Color Harmonies of #12BADB
Complementary color
Monochromatic Colors of #12BADB
Black with #12BADB
Text Example
Text Example
White with #12BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BADB; }
p { color: rgb(18,186,219); }
H1.HeaderClassName
{
color: #12BADB;
}
.AnyTagClassName
{
color: #12BADB;
}
</style>
background-color css
<style>
a { background-color: #12BADB; }
a { background-color: rgb(18,186,219); }
div.DivClassName
{
background-color: #12BADB;
}
.BgClassName
{
background-color: #12BADB;
}
</style>
border-color css
<style>
span { border-color: #12BADB; }
span { border-color: rgb(18,186,219); }
td.TdClassName
{
border-color: #12BADB;
}
.TagClassName
{
border-color: #12BADB;
}
</style>