Shades of Iris Blue #12BEC1
Tints of Iris Blue #12BEC1
RGB
CMYK
RGB Variations
Color information
#12BEC1 (or 0x12BEC1) is known color: Iris Blue. HEX triplet: 12, BE and C1. RGB value is (18,190,193). Sum of RGB (Red+Green+Blue) = 18+190+193=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 193 (75.78% from 255 or 48.13% from 401); Max value from RGB is 193 - color contains mainly: blue. Hex color #12BEC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BEC1 is #ED413E. Grayscale: #8A8A8A. Windows color (decimal): -15548735 or 12697106. OLE color: 12697106.
HSL color Cylindrical-coordinate representation of color #12BEC1: hue angle of 181.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BEC1 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 190 | 193 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.24 |
| HSL | 181.03º | 0.83% | 0.41% | - |
| HSV(B) | 181.03º | 0.91% | 0.76% | - |
| XYZ | 28.29 | 40.81 | 56.84 | - |
| YUV | 138.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 193 | 0.91 | 0.02 | 0 | 0.24 | 181.03 | 0.83 | 0.41 |
| Hex | 12 | BE | C1 | 5B | 2 | 0 | 18 | B5 | 53 | 29 |
| Octal | 22 | 276 | 301 | 133 | 2 | 0 | 30 | 265 | 123 | 51 |
| Binary | 10010 | 10111110 | 11000001 | 1011011 | 10 | 0 | 11000 | 10110101 | 1010011 | 101001 |
Color Harmonies of #12BEC1
Complementary color
Monochromatic Colors of #12BEC1
Black with #12BEC1
Text Example
Text Example
White with #12BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BEC1; }
p { color: rgb(18,190,193); }
H1.HeaderClassName
{
color: #12BEC1;
}
.AnyTagClassName
{
color: #12BEC1;
}
</style>
background-color css
<style>
a { background-color: #12BEC1; }
a { background-color: rgb(18,190,193); }
div.DivClassName
{
background-color: #12BEC1;
}
.BgClassName
{
background-color: #12BEC1;
}
</style>
border-color css
<style>
span { border-color: #12BEC1; }
span { border-color: rgb(18,190,193); }
td.TdClassName
{
border-color: #12BEC1;
}
.TagClassName
{
border-color: #12BEC1;
}
</style>