Shades of Iris Blue #12BEDB
Tints of Iris Blue #12BEDB
RGB
CMYK
RGB Variations
Color information
#12BEDB (or 0x12BEDB) is known color: Iris Blue. HEX triplet: 12, BE and DB. RGB value is (18,190,219). Sum of RGB (Red+Green+Blue) = 18+190+219=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #12BEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BEDB is #ED4124. Grayscale: #8D8D8D. Windows color (decimal): -15548709 or 14401042. OLE color: 14401042.
HSL color Cylindrical-coordinate representation of color #12BEDB: hue angle of 188.66º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BEDB is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 190 | 219 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.14 |
| HSL | 188.66º | 0.85% | 0.46% | - |
| HSV(B) | 188.66º | 0.92% | 0.86% | - |
| XYZ | 31.45 | 42.07 | 73.48 | - |
| YUV | 141.88 | 171.52 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 219 | 0.92 | 0.13 | 0 | 0.14 | 188.66 | 0.85 | 0.46 |
| Hex | 12 | BE | DB | 5C | D | 0 | E | BD | 55 | 2E |
| Octal | 22 | 276 | 333 | 134 | 15 | 0 | 16 | 275 | 125 | 56 |
| Binary | 10010 | 10111110 | 11011011 | 1011100 | 1101 | 0 | 1110 | 10111101 | 1010101 | 101110 |
Color Harmonies of #12BEDB
Complementary color
Monochromatic Colors of #12BEDB
Black with #12BEDB
Text Example
Text Example
White with #12BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BEDB; }
p { color: rgb(18,190,219); }
H1.HeaderClassName
{
color: #12BEDB;
}
.AnyTagClassName
{
color: #12BEDB;
}
</style>
background-color css
<style>
a { background-color: #12BEDB; }
a { background-color: rgb(18,190,219); }
div.DivClassName
{
background-color: #12BEDB;
}
.BgClassName
{
background-color: #12BEDB;
}
</style>
border-color css
<style>
span { border-color: #12BEDB; }
span { border-color: rgb(18,190,219); }
td.TdClassName
{
border-color: #12BEDB;
}
.TagClassName
{
border-color: #12BEDB;
}
</style>