Shades of Iris Blue #12BFDB
Tints of Iris Blue #12BFDB
RGB
CMYK
RGB Variations
Color information
#12BFDB (or 0x12BFDB) is known color: Iris Blue. HEX triplet: 12, BF and DB. RGB value is (18,191,219). Sum of RGB (Red+Green+Blue) = 18+191+219=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #12BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFDB is #ED4024. Grayscale: #8E8E8E. Windows color (decimal): -15548453 or 14401298. OLE color: 14401298.
HSL color Cylindrical-coordinate representation of color #12BFDB: hue angle of 188.36º 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 #12BFDB is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 191 | 219 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.14 |
| HSL | 188.36º | 0.85% | 0.46% | - |
| HSV(B) | 188.36º | 0.92% | 0.86% | - |
| XYZ | 31.67 | 42.5 | 73.55 | - |
| YUV | 142.47 | 171.19 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 219 | 0.92 | 0.13 | 0 | 0.14 | 188.36 | 0.85 | 0.46 |
| Hex | 12 | BF | DB | 5C | D | 0 | E | BC | 55 | 2E |
| Octal | 22 | 277 | 333 | 134 | 15 | 0 | 16 | 274 | 125 | 56 |
| Binary | 10010 | 10111111 | 11011011 | 1011100 | 1101 | 0 | 1110 | 10111100 | 1010101 | 101110 |
Color Harmonies of #12BFDB
Complementary color
Monochromatic Colors of #12BFDB
Black with #12BFDB
Text Example
Text Example
White with #12BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFDB; }
p { color: rgb(18,191,219); }
H1.HeaderClassName
{
color: #12BFDB;
}
.AnyTagClassName
{
color: #12BFDB;
}
</style>
background-color css
<style>
a { background-color: #12BFDB; }
a { background-color: rgb(18,191,219); }
div.DivClassName
{
background-color: #12BFDB;
}
.BgClassName
{
background-color: #12BFDB;
}
</style>
border-color css
<style>
span { border-color: #12BFDB; }
span { border-color: rgb(18,191,219); }
td.TdClassName
{
border-color: #12BFDB;
}
.TagClassName
{
border-color: #12BFDB;
}
</style>