Shades of Iris Blue #12B5D5
Tints of Iris Blue #12B5D5
RGB
CMYK
RGB Variations
Color information
#12B5D5 (or 0x12B5D5) is known color: Iris Blue. HEX triplet: 12, B5 and D5. RGB value is (18,181,213). Sum of RGB (Red+Green+Blue) = 18+181+213=412 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.37% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #12B5D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B5D5 is #ED4A2A. Grayscale: #878787. Windows color (decimal): -15551019 or 14005522. OLE color: 14005522.
HSL color Cylindrical-coordinate representation of color #12B5D5: hue angle of 189.85º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12B5D5 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 181 | 213 | - |
| CMYK | 0.92 | 0.15 | 0 | 0.16 |
| HSL | 189.85º | 0.84% | 0.45% | - |
| HSV(B) | 189.85º | 0.92% | 0.84% | - |
| XYZ | 28.78 | 37.98 | 68.76 | - |
| YUV | 135.91 | 171.5 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 181 | 213 | 0.92 | 0.15 | 0 | 0.16 | 189.85 | 0.84 | 0.45 |
| Hex | 12 | B5 | D5 | 5C | F | 0 | 10 | BE | 54 | 2D |
| Octal | 22 | 265 | 325 | 134 | 17 | 0 | 20 | 276 | 124 | 55 |
| Binary | 10010 | 10110101 | 11010101 | 1011100 | 1111 | 0 | 10000 | 10111110 | 1010100 | 101101 |
Color Harmonies of #12B5D5
Complementary color
Monochromatic Colors of #12B5D5
Black with #12B5D5
Text Example
Text Example
White with #12B5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B5D5; }
p { color: rgb(18,181,213); }
H1.HeaderClassName
{
color: #12B5D5;
}
.AnyTagClassName
{
color: #12B5D5;
}
</style>
background-color css
<style>
a { background-color: #12B5D5; }
a { background-color: rgb(18,181,213); }
div.DivClassName
{
background-color: #12B5D5;
}
.BgClassName
{
background-color: #12B5D5;
}
</style>
border-color css
<style>
span { border-color: #12B5D5; }
span { border-color: rgb(18,181,213); }
td.TdClassName
{
border-color: #12B5D5;
}
.TagClassName
{
border-color: #12B5D5;
}
</style>