Shades of Iris Blue #12BED6
Tints of Iris Blue #12BED6
RGB
CMYK
RGB Variations
Color information
#12BED6 (or 0x12BED6) is known color: Iris Blue. HEX triplet: 12, BE and D6. RGB value is (18,190,214). Sum of RGB (Red+Green+Blue) = 18+190+214=422 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.27% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #12BED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BED6 is #ED4129. Grayscale: #8D8D8D. Windows color (decimal): -15548714 or 14073362. OLE color: 14073362.
HSL color Cylindrical-coordinate representation of color #12BED6: hue angle of 187.35º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BED6 is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 190 | 214 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.16 |
| HSL | 187.35º | 0.84% | 0.45% | - |
| HSV(B) | 187.35º | 0.92% | 0.84% | - |
| XYZ | 30.8 | 41.81 | 70.07 | - |
| YUV | 141.31 | 169.02 | 40.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 214 | 0.92 | 0.11 | 0 | 0.16 | 187.35 | 0.84 | 0.45 |
| Hex | 12 | BE | D6 | 5C | B | 0 | 10 | BB | 54 | 2D |
| Octal | 22 | 276 | 326 | 134 | 13 | 0 | 20 | 273 | 124 | 55 |
| Binary | 10010 | 10111110 | 11010110 | 1011100 | 1011 | 0 | 10000 | 10111011 | 1010100 | 101101 |
Color Harmonies of #12BED6
Complementary color
Monochromatic Colors of #12BED6
Black with #12BED6
Text Example
Text Example
White with #12BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BED6; }
p { color: rgb(18,190,214); }
H1.HeaderClassName
{
color: #12BED6;
}
.AnyTagClassName
{
color: #12BED6;
}
</style>
background-color css
<style>
a { background-color: #12BED6; }
a { background-color: rgb(18,190,214); }
div.DivClassName
{
background-color: #12BED6;
}
.BgClassName
{
background-color: #12BED6;
}
</style>
border-color css
<style>
span { border-color: #12BED6; }
span { border-color: rgb(18,190,214); }
td.TdClassName
{
border-color: #12BED6;
}
.TagClassName
{
border-color: #12BED6;
}
</style>