Shades of Iris Blue #12BEE2
Tints of Iris Blue #12BEE2
RGB
CMYK
RGB Variations
Color information
#12BEE2 (or 0x12BEE2) is known color: Iris Blue. HEX triplet: 12, BE and E2. RGB value is (18,190,226). Sum of RGB (Red+Green+Blue) = 18+190+226=434 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.15% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #12BEE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BEE2 is #ED411D. Grayscale: #8E8E8E. Windows color (decimal): -15548702 or 14859794. OLE color: 14859794.
HSL color Cylindrical-coordinate representation of color #12BEE2: hue angle of 190.38º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BEE2 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 190 | 226 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.11 |
| HSL | 190.38º | 0.85% | 0.48% | - |
| HSV(B) | 190.38º | 0.92% | 0.89% | - |
| XYZ | 32.39 | 42.45 | 78.44 | - |
| YUV | 142.68 | 175.02 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 226 | 0.92 | 0.16 | 0 | 0.11 | 190.38 | 0.85 | 0.48 |
| Hex | 12 | BE | E2 | 5C | 10 | 0 | B | BE | 55 | 30 |
| Octal | 22 | 276 | 342 | 134 | 20 | 0 | 13 | 276 | 125 | 60 |
| Binary | 10010 | 10111110 | 11100010 | 1011100 | 10000 | 0 | 1011 | 10111110 | 1010101 | 110000 |
Color Harmonies of #12BEE2
Complementary color
Monochromatic Colors of #12BEE2
Black with #12BEE2
Text Example
Text Example
White with #12BEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BEE2; }
p { color: rgb(18,190,226); }
H1.HeaderClassName
{
color: #12BEE2;
}
.AnyTagClassName
{
color: #12BEE2;
}
</style>
background-color css
<style>
a { background-color: #12BEE2; }
a { background-color: rgb(18,190,226); }
div.DivClassName
{
background-color: #12BEE2;
}
.BgClassName
{
background-color: #12BEE2;
}
</style>
border-color css
<style>
span { border-color: #12BEE2; }
span { border-color: rgb(18,190,226); }
td.TdClassName
{
border-color: #12BEE2;
}
.TagClassName
{
border-color: #12BEE2;
}
</style>