Shades of Iris Blue #12BFCD
Tints of Iris Blue #12BFCD
RGB
CMYK
RGB Variations
Color information
#12BFCD (or 0x12BFCD) is known color: Iris Blue. HEX triplet: 12, BF and CD. RGB value is (18,191,205). Sum of RGB (Red+Green+Blue) = 18+191+205=414 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.35% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #12BFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFCD is #ED4032. Grayscale: #8C8C8C. Windows color (decimal): -15548467 or 13483794. OLE color: 13483794.
HSL color Cylindrical-coordinate representation of color #12BFCD: hue angle of 184.49º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFCD is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 191 | 205 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.20 |
| HSL | 184.49º | 0.84% | 0.44% | - |
| HSV(B) | 184.49º | 0.91% | 0.8% | - |
| XYZ | 29.9 | 41.8 | 64.25 | - |
| YUV | 140.87 | 164.19 | 40.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 205 | 0.91 | 0.07 | 0 | 0.20 | 184.49 | 0.84 | 0.44 |
| Hex | 12 | BF | CD | 5B | 7 | 0 | 14 | B8 | 54 | 2C |
| Octal | 22 | 277 | 315 | 133 | 7 | 0 | 24 | 270 | 124 | 54 |
| Binary | 10010 | 10111111 | 11001101 | 1011011 | 111 | 0 | 10100 | 10111000 | 1010100 | 101100 |
Color Harmonies of #12BFCD
Complementary color
Monochromatic Colors of #12BFCD
Black with #12BFCD
Text Example
Text Example
White with #12BFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFCD; }
p { color: rgb(18,191,205); }
H1.HeaderClassName
{
color: #12BFCD;
}
.AnyTagClassName
{
color: #12BFCD;
}
</style>
background-color css
<style>
a { background-color: #12BFCD; }
a { background-color: rgb(18,191,205); }
div.DivClassName
{
background-color: #12BFCD;
}
.BgClassName
{
background-color: #12BFCD;
}
</style>
border-color css
<style>
span { border-color: #12BFCD; }
span { border-color: rgb(18,191,205); }
td.TdClassName
{
border-color: #12BFCD;
}
.TagClassName
{
border-color: #12BFCD;
}
</style>