Shades of Iris Blue #12BCCB
Tints of Iris Blue #12BCCB
RGB
CMYK
RGB Variations
Color information
#12BCCB (or 0x12BCCB) is known color: Iris Blue. HEX triplet: 12, BC and CB. RGB value is (18,188,203). Sum of RGB (Red+Green+Blue) = 18+188+203=409 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.40% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #12BCCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BCCB is #ED4334. Grayscale: #8A8A8A. Windows color (decimal): -15549237 or 13351954. OLE color: 13351954.
HSL color Cylindrical-coordinate representation of color #12BCCB: hue angle of 184.86º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BCCB is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 188 | 203 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.20 |
| HSL | 184.86º | 0.84% | 0.43% | - |
| HSV(B) | 184.86º | 0.91% | 0.8% | - |
| XYZ | 29.01 | 40.41 | 62.77 | - |
| YUV | 138.88 | 164.18 | 41.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 203 | 0.91 | 0.07 | 0 | 0.20 | 184.86 | 0.84 | 0.43 |
| Hex | 12 | BC | CB | 5B | 7 | 0 | 14 | B9 | 54 | 2B |
| Octal | 22 | 274 | 313 | 133 | 7 | 0 | 24 | 271 | 124 | 53 |
| Binary | 10010 | 10111100 | 11001011 | 1011011 | 111 | 0 | 10100 | 10111001 | 1010100 | 101011 |
Color Harmonies of #12BCCB
Complementary color
Monochromatic Colors of #12BCCB
Black with #12BCCB
Text Example
Text Example
White with #12BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BCCB; }
p { color: rgb(18,188,203); }
H1.HeaderClassName
{
color: #12BCCB;
}
.AnyTagClassName
{
color: #12BCCB;
}
</style>
background-color css
<style>
a { background-color: #12BCCB; }
a { background-color: rgb(18,188,203); }
div.DivClassName
{
background-color: #12BCCB;
}
.BgClassName
{
background-color: #12BCCB;
}
</style>
border-color css
<style>
span { border-color: #12BCCB; }
span { border-color: rgb(18,188,203); }
td.TdClassName
{
border-color: #12BCCB;
}
.TagClassName
{
border-color: #12BCCB;
}
</style>