Shades of Iris Blue #12BFC1
Tints of Iris Blue #12BFC1
RGB
CMYK
RGB Variations
Color information
#12BFC1 (or 0x12BFC1) is known color: Iris Blue. HEX triplet: 12, BF and C1. RGB value is (18,191,193). Sum of RGB (Red+Green+Blue) = 18+191+193=402 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.48% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #12BFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFC1 is #ED403E. Grayscale: #8B8B8B. Windows color (decimal): -15548479 or 12697362. OLE color: 12697362.
HSL color Cylindrical-coordinate representation of color #12BFC1: hue angle of 180.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFC1 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 191 | 193 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.24 |
| HSL | 180.69º | 0.83% | 0.41% | - |
| HSV(B) | 180.69º | 0.91% | 0.76% | - |
| XYZ | 28.51 | 41.24 | 56.91 | - |
| YUV | 139.5 | 158.19 | 41.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 193 | 0.91 | 0.01 | 0 | 0.24 | 180.69 | 0.83 | 0.41 |
| Hex | 12 | BF | C1 | 5B | 1 | 0 | 18 | B5 | 53 | 29 |
| Octal | 22 | 277 | 301 | 133 | 1 | 0 | 30 | 265 | 123 | 51 |
| Binary | 10010 | 10111111 | 11000001 | 1011011 | 1 | 0 | 11000 | 10110101 | 1010011 | 101001 |
Color Harmonies of #12BFC1
Complementary color
Monochromatic Colors of #12BFC1
Black with #12BFC1
Text Example
Text Example
White with #12BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFC1; }
p { color: rgb(18,191,193); }
H1.HeaderClassName
{
color: #12BFC1;
}
.AnyTagClassName
{
color: #12BFC1;
}
</style>
background-color css
<style>
a { background-color: #12BFC1; }
a { background-color: rgb(18,191,193); }
div.DivClassName
{
background-color: #12BFC1;
}
.BgClassName
{
background-color: #12BFC1;
}
</style>
border-color css
<style>
span { border-color: #12BFC1; }
span { border-color: rgb(18,191,193); }
td.TdClassName
{
border-color: #12BFC1;
}
.TagClassName
{
border-color: #12BFC1;
}
</style>