Shades of Iris Blue #12B0CC
Tints of Iris Blue #12B0CC
RGB
CMYK
RGB Variations
Color information
#12B0CC (or 0x12B0CC) is known color: Iris Blue. HEX triplet: 12, B0 and CC. RGB value is (18,176,204). Sum of RGB (Red+Green+Blue) = 18+176+204=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #12B0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0CC is #ED4F33. Grayscale: #838383. Windows color (decimal): -15552308 or 13414418. OLE color: 13414418.
HSL color Cylindrical-coordinate representation of color #12B0CC: hue angle of 189.03º 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 #12B0CC is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 176 | 204 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.2 |
| HSL | 189.03º | 0.84% | 0.44% | - |
| HSV(B) | 189.03º | 0.91% | 0.8% | - |
| XYZ | 26.67 | 35.54 | 62.58 | - |
| YUV | 131.95 | 168.65 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 176 | 204 | 0.91 | 0.14 | 0 | 0.2 | 189.03 | 0.84 | 0.44 |
| Hex | 12 | B0 | CC | 5B | E | 0 | 14 | BD | 54 | 2C |
| Octal | 22 | 260 | 314 | 133 | 16 | 0 | 24 | 275 | 124 | 54 |
| Binary | 10010 | 10110000 | 11001100 | 1011011 | 1110 | 0 | 10100 | 10111101 | 1010100 | 101100 |
Color Harmonies of #12B0CC
Complementary color
Monochromatic Colors of #12B0CC
Black with #12B0CC
Text Example
Text Example
White with #12B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B0CC; }
p { color: rgb(18,176,204); }
H1.HeaderClassName
{
color: #12B0CC;
}
.AnyTagClassName
{
color: #12B0CC;
}
</style>
background-color css
<style>
a { background-color: #12B0CC; }
a { background-color: rgb(18,176,204); }
div.DivClassName
{
background-color: #12B0CC;
}
.BgClassName
{
background-color: #12B0CC;
}
</style>
border-color css
<style>
span { border-color: #12B0CC; }
span { border-color: rgb(18,176,204); }
td.TdClassName
{
border-color: #12B0CC;
}
.TagClassName
{
border-color: #12B0CC;
}
</style>