Shades of Iris Blue #12BED7
Tints of Iris Blue #12BED7
RGB
CMYK
RGB Variations
Color information
#12BED7 (or 0x12BED7) is known color: Iris Blue. HEX triplet: 12, BE and D7. RGB value is (18,190,215). Sum of RGB (Red+Green+Blue) = 18+190+215=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 215 (84.38% from 255 or 50.83% from 423); Max value from RGB is 215 - color contains mainly: blue. Hex color #12BED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BED7 is #ED4128. Grayscale: #8D8D8D. Windows color (decimal): -15548713 or 14138898. OLE color: 14138898.
HSL color Cylindrical-coordinate representation of color #12BED7: hue angle of 187.61º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BED7 is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 190 | 215 | - |
| CMYK | 0.92 | 0.12 | 0 | 0.16 |
| HSL | 187.61º | 0.85% | 0.46% | - |
| HSV(B) | 187.61º | 0.92% | 0.84% | - |
| XYZ | 30.93 | 41.86 | 70.74 | - |
| YUV | 141.42 | 169.52 | 39.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 215 | 0.92 | 0.12 | 0 | 0.16 | 187.61 | 0.85 | 0.46 |
| Hex | 12 | BE | D7 | 5C | C | 0 | 10 | BC | 55 | 2E |
| Octal | 22 | 276 | 327 | 134 | 14 | 0 | 20 | 274 | 125 | 56 |
| Binary | 10010 | 10111110 | 11010111 | 1011100 | 1100 | 0 | 10000 | 10111100 | 1010101 | 101110 |
Color Harmonies of #12BED7
Complementary color
Monochromatic Colors of #12BED7
Black with #12BED7
Text Example
Text Example
White with #12BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BED7; }
p { color: rgb(18,190,215); }
H1.HeaderClassName
{
color: #12BED7;
}
.AnyTagClassName
{
color: #12BED7;
}
</style>
background-color css
<style>
a { background-color: #12BED7; }
a { background-color: rgb(18,190,215); }
div.DivClassName
{
background-color: #12BED7;
}
.BgClassName
{
background-color: #12BED7;
}
</style>
border-color css
<style>
span { border-color: #12BED7; }
span { border-color: rgb(18,190,215); }
td.TdClassName
{
border-color: #12BED7;
}
.TagClassName
{
border-color: #12BED7;
}
</style>