Shades of Iris Blue #12ADBE
Tints of Iris Blue #12ADBE
RGB
CMYK
RGB Variations
Color information
#12ADBE (or 0x12ADBE) is known color: Iris Blue. HEX triplet: 12, AD and BE. RGB value is (18,173,190). Sum of RGB (Red+Green+Blue) = 18+173+190=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #12ADBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADBE is #ED5241. Grayscale: #808080. Windows color (decimal): -15553090 or 12496146. OLE color: 12496146.
HSL color Cylindrical-coordinate representation of color #12ADBE: hue angle of 185.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ADBE is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 173 | 190 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.25 |
| HSL | 185.93º | 0.83% | 0.41% | - |
| HSV(B) | 185.93º | 0.91% | 0.75% | - |
| XYZ | 24.49 | 33.73 | 53.94 | - |
| YUV | 128.59 | 162.65 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 190 | 0.91 | 0.09 | 0 | 0.25 | 185.93 | 0.83 | 0.41 |
| Hex | 12 | AD | BE | 5B | 9 | 0 | 19 | BA | 53 | 29 |
| Octal | 22 | 255 | 276 | 133 | 11 | 0 | 31 | 272 | 123 | 51 |
| Binary | 10010 | 10101101 | 10111110 | 1011011 | 1001 | 0 | 11001 | 10111010 | 1010011 | 101001 |
Color Harmonies of #12ADBE
Complementary color
Monochromatic Colors of #12ADBE
Black with #12ADBE
Text Example
Text Example
White with #12ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADBE; }
p { color: rgb(18,173,190); }
H1.HeaderClassName
{
color: #12ADBE;
}
.AnyTagClassName
{
color: #12ADBE;
}
</style>
background-color css
<style>
a { background-color: #12ADBE; }
a { background-color: rgb(18,173,190); }
div.DivClassName
{
background-color: #12ADBE;
}
.BgClassName
{
background-color: #12ADBE;
}
</style>
border-color css
<style>
span { border-color: #12ADBE; }
span { border-color: rgb(18,173,190); }
td.TdClassName
{
border-color: #12ADBE;
}
.TagClassName
{
border-color: #12ADBE;
}
</style>