Shades of Iris Blue #12B7DB
Tints of Iris Blue #12B7DB
RGB
CMYK
RGB Variations
Color information
#12B7DB (or 0x12B7DB) is known color: Iris Blue. HEX triplet: 12, B7 and DB. RGB value is (18,183,219). Sum of RGB (Red+Green+Blue) = 18+183+219=420 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.29% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #12B7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B7DB is #ED4824. Grayscale: #898989. Windows color (decimal): -15550501 or 14399250. OLE color: 14399250.
HSL color Cylindrical-coordinate representation of color #12B7DB: hue angle of 190.75º 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 #12B7DB is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 183 | 219 | - |
| CMYK | 0.92 | 0.16 | 0 | 0.14 |
| HSL | 190.75º | 0.85% | 0.46% | - |
| HSV(B) | 190.75º | 0.92% | 0.86% | - |
| XYZ | 29.97 | 39.11 | 72.99 | - |
| YUV | 137.77 | 173.84 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 183 | 219 | 0.92 | 0.16 | 0 | 0.14 | 190.75 | 0.85 | 0.46 |
| Hex | 12 | B7 | DB | 5C | 10 | 0 | E | BF | 55 | 2E |
| Octal | 22 | 267 | 333 | 134 | 20 | 0 | 16 | 277 | 125 | 56 |
| Binary | 10010 | 10110111 | 11011011 | 1011100 | 10000 | 0 | 1110 | 10111111 | 1010101 | 101110 |
Color Harmonies of #12B7DB
Complementary color
Monochromatic Colors of #12B7DB
Black with #12B7DB
Text Example
Text Example
White with #12B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B7DB; }
p { color: rgb(18,183,219); }
H1.HeaderClassName
{
color: #12B7DB;
}
.AnyTagClassName
{
color: #12B7DB;
}
</style>
background-color css
<style>
a { background-color: #12B7DB; }
a { background-color: rgb(18,183,219); }
div.DivClassName
{
background-color: #12B7DB;
}
.BgClassName
{
background-color: #12B7DB;
}
</style>
border-color css
<style>
span { border-color: #12B7DB; }
span { border-color: rgb(18,183,219); }
td.TdClassName
{
border-color: #12B7DB;
}
.TagClassName
{
border-color: #12B7DB;
}
</style>