Shades of Iris Blue #12B8D9
Tints of Iris Blue #12B8D9
RGB
CMYK
RGB Variations
Color information
#12B8D9 (or 0x12B8D9) is known color: Iris Blue. HEX triplet: 12, B8 and D9. RGB value is (18,184,217). Sum of RGB (Red+Green+Blue) = 18+184+217=419 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.30% from 419); Green value is 184 (72.27% from 255 or 43.91% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #12B8D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B8D9 is #ED4726. Grayscale: #898989. Windows color (decimal): -15550247 or 14268434. OLE color: 14268434.
HSL color Cylindrical-coordinate representation of color #12B8D9: hue angle of 189.95º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B8D9 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 184 | 217 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.15 |
| HSL | 189.95º | 0.85% | 0.46% | - |
| HSV(B) | 189.95º | 0.92% | 0.85% | - |
| XYZ | 29.91 | 39.42 | 71.68 | - |
| YUV | 138.13 | 172.5 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 184 | 217 | 0.92 | 0.15 | 0 | 0.15 | 189.95 | 0.85 | 0.46 |
| Hex | 12 | B8 | D9 | 5C | F | 0 | F | BE | 55 | 2E |
| Octal | 22 | 270 | 331 | 134 | 17 | 0 | 17 | 276 | 125 | 56 |
| Binary | 10010 | 10111000 | 11011001 | 1011100 | 1111 | 0 | 1111 | 10111110 | 1010101 | 101110 |
Color Harmonies of #12B8D9
Complementary color
Monochromatic Colors of #12B8D9
Black with #12B8D9
Text Example
Text Example
White with #12B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B8D9; }
p { color: rgb(18,184,217); }
H1.HeaderClassName
{
color: #12B8D9;
}
.AnyTagClassName
{
color: #12B8D9;
}
</style>
background-color css
<style>
a { background-color: #12B8D9; }
a { background-color: rgb(18,184,217); }
div.DivClassName
{
background-color: #12B8D9;
}
.BgClassName
{
background-color: #12B8D9;
}
</style>
border-color css
<style>
span { border-color: #12B8D9; }
span { border-color: rgb(18,184,217); }
td.TdClassName
{
border-color: #12B8D9;
}
.TagClassName
{
border-color: #12B8D9;
}
</style>