Shades of Iris Blue #12BCD3
Tints of Iris Blue #12BCD3
RGB
CMYK
RGB Variations
Color information
#12BCD3 (or 0x12BCD3) is known color: Iris Blue. HEX triplet: 12, BC and D3. RGB value is (18,188,211). Sum of RGB (Red+Green+Blue) = 18+188+211=417 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.32% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 211 (82.81% from 255 or 50.60% from 417); Max value from RGB is 211 - color contains mainly: blue. Hex color #12BCD3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCD3 is #ED432C. Grayscale: #8B8B8B. Windows color (decimal): -15549229 or 13876242. OLE color: 13876242.
HSL color Cylindrical-coordinate representation of color #12BCD3: hue angle of 187.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BCD3 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 188 | 211 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.17 |
| HSL | 187.15º | 0.84% | 0.45% | - |
| HSV(B) | 187.15º | 0.91% | 0.83% | - |
| XYZ | 29.99 | 40.8 | 67.92 | - |
| YUV | 139.79 | 168.18 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 211 | 0.91 | 0.11 | 0 | 0.17 | 187.15 | 0.84 | 0.45 |
| Hex | 12 | BC | D3 | 5B | B | 0 | 11 | BB | 54 | 2D |
| Octal | 22 | 274 | 323 | 133 | 13 | 0 | 21 | 273 | 124 | 55 |
| Binary | 10010 | 10111100 | 11010011 | 1011011 | 1011 | 0 | 10001 | 10111011 | 1010100 | 101101 |
Color Harmonies of #12BCD3
Complementary color
Monochromatic Colors of #12BCD3
Black with #12BCD3
Text Example
Text Example
White with #12BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCD3; }
p { color: rgb(18,188,211); }
H1.HeaderClassName
{
color: #12BCD3;
}
.AnyTagClassName
{
color: #12BCD3;
}
</style>
background-color css
<style>
a { background-color: #12BCD3; }
a { background-color: rgb(18,188,211); }
div.DivClassName
{
background-color: #12BCD3;
}
.BgClassName
{
background-color: #12BCD3;
}
</style>
border-color css
<style>
span { border-color: #12BCD3; }
span { border-color: rgb(18,188,211); }
td.TdClassName
{
border-color: #12BCD3;
}
.TagClassName
{
border-color: #12BCD3;
}
</style>