Shades of Iris Blue #12BFDE
Tints of Iris Blue #12BFDE
RGB
CMYK
RGB Variations
Color information
#12BFDE (or 0x12BFDE) is known color: Iris Blue. HEX triplet: 12, BF and DE. RGB value is (18,191,222). Sum of RGB (Red+Green+Blue) = 18+191+222=431 (57% of max value = 765). Red value is 18 (7.42% from 255 or 4.18% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #12BFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFDE is #ED4021. Grayscale: #8E8E8E. Windows color (decimal): -15548450 or 14597906. OLE color: 14597906.
HSL color Cylindrical-coordinate representation of color #12BFDE: hue angle of 189.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BFDE is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 191 | 222 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.13 |
| HSL | 189.12º | 0.85% | 0.47% | - |
| HSV(B) | 189.12º | 0.92% | 0.87% | - |
| XYZ | 32.07 | 42.66 | 75.65 | - |
| YUV | 142.81 | 172.69 | 38.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 222 | 0.92 | 0.14 | 0 | 0.13 | 189.12 | 0.85 | 0.47 |
| Hex | 12 | BF | DE | 5C | E | 0 | D | BD | 55 | 2F |
| Octal | 22 | 277 | 336 | 134 | 16 | 0 | 15 | 275 | 125 | 57 |
| Binary | 10010 | 10111111 | 11011110 | 1011100 | 1110 | 0 | 1101 | 10111101 | 1010101 | 101111 |
Color Harmonies of #12BFDE
Complementary color
Monochromatic Colors of #12BFDE
Black with #12BFDE
Text Example
Text Example
White with #12BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFDE; }
p { color: rgb(18,191,222); }
H1.HeaderClassName
{
color: #12BFDE;
}
.AnyTagClassName
{
color: #12BFDE;
}
</style>
background-color css
<style>
a { background-color: #12BFDE; }
a { background-color: rgb(18,191,222); }
div.DivClassName
{
background-color: #12BFDE;
}
.BgClassName
{
background-color: #12BFDE;
}
</style>
border-color css
<style>
span { border-color: #12BFDE; }
span { border-color: rgb(18,191,222); }
td.TdClassName
{
border-color: #12BFDE;
}
.TagClassName
{
border-color: #12BFDE;
}
</style>