Shades of Iris Blue #12BCD6
Tints of Iris Blue #12BCD6
RGB
CMYK
RGB Variations
Color information
#12BCD6 (or 0x12BCD6) is known color: Iris Blue. HEX triplet: 12, BC and D6. RGB value is (18,188,214). Sum of RGB (Red+Green+Blue) = 18+188+214=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 214 (83.98% from 255 or 50.95% from 420); Max value from RGB is 214 - color contains mainly: blue. Hex color #12BCD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCD6 is #ED4329. Grayscale: #8B8B8B. Windows color (decimal): -15549226 or 14072850. OLE color: 14072850.
HSL color Cylindrical-coordinate representation of color #12BCD6: hue angle of 187.96º 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 #12BCD6 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 188 | 214 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.16 |
| HSL | 187.96º | 0.84% | 0.45% | - |
| HSV(B) | 187.96º | 0.92% | 0.84% | - |
| XYZ | 30.37 | 40.95 | 69.92 | - |
| YUV | 140.13 | 169.68 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 214 | 0.92 | 0.12 | 0 | 0.16 | 187.96 | 0.84 | 0.45 |
| Hex | 12 | BC | D6 | 5C | C | 0 | 10 | BC | 54 | 2D |
| Octal | 22 | 274 | 326 | 134 | 14 | 0 | 20 | 274 | 124 | 55 |
| Binary | 10010 | 10111100 | 11010110 | 1011100 | 1100 | 0 | 10000 | 10111100 | 1010100 | 101101 |
Color Harmonies of #12BCD6
Complementary color
Monochromatic Colors of #12BCD6
Black with #12BCD6
Text Example
Text Example
White with #12BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCD6; }
p { color: rgb(18,188,214); }
H1.HeaderClassName
{
color: #12BCD6;
}
.AnyTagClassName
{
color: #12BCD6;
}
</style>
background-color css
<style>
a { background-color: #12BCD6; }
a { background-color: rgb(18,188,214); }
div.DivClassName
{
background-color: #12BCD6;
}
.BgClassName
{
background-color: #12BCD6;
}
</style>
border-color css
<style>
span { border-color: #12BCD6; }
span { border-color: rgb(18,188,214); }
td.TdClassName
{
border-color: #12BCD6;
}
.TagClassName
{
border-color: #12BCD6;
}
</style>