Shades of Iris Blue #12BADE
Tints of Iris Blue #12BADE
RGB
CMYK
RGB Variations
Color information
#12BADE (or 0x12BADE) is known color: Iris Blue. HEX triplet: 12, BA and DE. RGB value is (18,186,222). Sum of RGB (Red+Green+Blue) = 18+186+222=426 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.23% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 222 (87.11% from 255 or 52.11% from 426); Max value from RGB is 222 - color contains mainly: blue. Hex color #12BADE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BADE is #ED4521. Grayscale: #8B8B8B. Windows color (decimal): -15549730 or 14596626. OLE color: 14596626.
HSL color Cylindrical-coordinate representation of color #12BADE: hue angle of 190.59º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BADE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 186 | 222 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.13 |
| HSL | 190.59º | 0.85% | 0.47% | - |
| HSV(B) | 190.59º | 0.92% | 0.87% | - |
| XYZ | 30.99 | 40.52 | 75.29 | - |
| YUV | 139.87 | 174.34 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 222 | 0.92 | 0.16 | 0 | 0.13 | 190.59 | 0.85 | 0.47 |
| Hex | 12 | BA | DE | 5C | 10 | 0 | D | BF | 55 | 2F |
| Octal | 22 | 272 | 336 | 134 | 20 | 0 | 15 | 277 | 125 | 57 |
| Binary | 10010 | 10111010 | 11011110 | 1011100 | 10000 | 0 | 1101 | 10111111 | 1010101 | 101111 |
Color Harmonies of #12BADE
Complementary color
Monochromatic Colors of #12BADE
Black with #12BADE
Text Example
Text Example
White with #12BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BADE; }
p { color: rgb(18,186,222); }
H1.HeaderClassName
{
color: #12BADE;
}
.AnyTagClassName
{
color: #12BADE;
}
</style>
background-color css
<style>
a { background-color: #12BADE; }
a { background-color: rgb(18,186,222); }
div.DivClassName
{
background-color: #12BADE;
}
.BgClassName
{
background-color: #12BADE;
}
</style>
border-color css
<style>
span { border-color: #12BADE; }
span { border-color: rgb(18,186,222); }
td.TdClassName
{
border-color: #12BADE;
}
.TagClassName
{
border-color: #12BADE;
}
</style>