Shades of Iris Blue #12BFC2
Tints of Iris Blue #12BFC2
RGB
CMYK
RGB Variations
Color information
#12BFC2 (or 0x12BFC2) is known color: Iris Blue. HEX triplet: 12, BF and C2. RGB value is (18,191,194). Sum of RGB (Red+Green+Blue) = 18+191+194=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #12BFC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BFC2 is #ED403D. Grayscale: #8B8B8B. Windows color (decimal): -15548478 or 12762898. OLE color: 12762898.
HSL color Cylindrical-coordinate representation of color #12BFC2: hue angle of 181.02º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BFC2 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 191 | 194 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.24 |
| HSL | 181.02º | 0.83% | 0.42% | - |
| HSV(B) | 181.02º | 0.91% | 0.76% | - |
| XYZ | 28.62 | 41.29 | 57.5 | - |
| YUV | 139.62 | 158.69 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 191 | 194 | 0.91 | 0.02 | 0 | 0.24 | 181.02 | 0.83 | 0.42 |
| Hex | 12 | BF | C2 | 5B | 2 | 0 | 18 | B5 | 53 | 2A |
| Octal | 22 | 277 | 302 | 133 | 2 | 0 | 30 | 265 | 123 | 52 |
| Binary | 10010 | 10111111 | 11000010 | 1011011 | 10 | 0 | 11000 | 10110101 | 1010011 | 101010 |
Color Harmonies of #12BFC2
Complementary color
Monochromatic Colors of #12BFC2
Black with #12BFC2
Text Example
Text Example
White with #12BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BFC2; }
p { color: rgb(18,191,194); }
H1.HeaderClassName
{
color: #12BFC2;
}
.AnyTagClassName
{
color: #12BFC2;
}
</style>
background-color css
<style>
a { background-color: #12BFC2; }
a { background-color: rgb(18,191,194); }
div.DivClassName
{
background-color: #12BFC2;
}
.BgClassName
{
background-color: #12BFC2;
}
</style>
border-color css
<style>
span { border-color: #12BFC2; }
span { border-color: rgb(18,191,194); }
td.TdClassName
{
border-color: #12BFC2;
}
.TagClassName
{
border-color: #12BFC2;
}
</style>