Shades of Iris Blue #12BECC
Tints of Iris Blue #12BECC
RGB
CMYK
RGB Variations
Color information
#12BECC (or 0x12BECC) is known color: Iris Blue. HEX triplet: 12, BE and CC. RGB value is (18,190,204). Sum of RGB (Red+Green+Blue) = 18+190+204=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #12BECC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BECC is #ED4133. Grayscale: #8B8B8B. Windows color (decimal): -15548724 or 13418002. OLE color: 13418002.
HSL color Cylindrical-coordinate representation of color #12BECC: hue angle of 184.52º 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 #12BECC is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 190 | 204 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.2 |
| HSL | 184.52º | 0.84% | 0.44% | - |
| HSV(B) | 184.52º | 0.91% | 0.8% | - |
| XYZ | 29.56 | 41.32 | 63.54 | - |
| YUV | 140.17 | 164.02 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 190 | 204 | 0.91 | 0.07 | 0 | 0.2 | 184.52 | 0.84 | 0.44 |
| Hex | 12 | BE | CC | 5B | 7 | 0 | 14 | B9 | 54 | 2C |
| Octal | 22 | 276 | 314 | 133 | 7 | 0 | 24 | 271 | 124 | 54 |
| Binary | 10010 | 10111110 | 11001100 | 1011011 | 111 | 0 | 10100 | 10111001 | 1010100 | 101100 |
Color Harmonies of #12BECC
Complementary color
Monochromatic Colors of #12BECC
Black with #12BECC
Text Example
Text Example
White with #12BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BECC; }
p { color: rgb(18,190,204); }
H1.HeaderClassName
{
color: #12BECC;
}
.AnyTagClassName
{
color: #12BECC;
}
</style>
background-color css
<style>
a { background-color: #12BECC; }
a { background-color: rgb(18,190,204); }
div.DivClassName
{
background-color: #12BECC;
}
.BgClassName
{
background-color: #12BECC;
}
</style>
border-color css
<style>
span { border-color: #12BECC; }
span { border-color: rgb(18,190,204); }
td.TdClassName
{
border-color: #12BECC;
}
.TagClassName
{
border-color: #12BECC;
}
</style>