Shades of Iris Blue #12BADF
Tints of Iris Blue #12BADF
RGB
CMYK
RGB Variations
Color information
#12BADF (or 0x12BADF) is known color: Iris Blue. HEX triplet: 12, BA and DF. RGB value is (18,186,223). Sum of RGB (Red+Green+Blue) = 18+186+223=427 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.22% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #12BADF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BADF is #ED4520. Grayscale: #8B8B8B. Windows color (decimal): -15549729 or 14662162. OLE color: 14662162.
HSL color Cylindrical-coordinate representation of color #12BADF: hue angle of 190.83º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12BADF is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 186 | 223 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.13 |
| HSL | 190.83º | 0.85% | 0.47% | - |
| HSV(B) | 190.83º | 0.92% | 0.87% | - |
| XYZ | 31.13 | 40.57 | 76 | - |
| YUV | 139.99 | 174.84 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 186 | 223 | 0.92 | 0.17 | 0 | 0.13 | 190.83 | 0.85 | 0.47 |
| Hex | 12 | BA | DF | 5C | 11 | 0 | D | BF | 55 | 2F |
| Octal | 22 | 272 | 337 | 134 | 21 | 0 | 15 | 277 | 125 | 57 |
| Binary | 10010 | 10111010 | 11011111 | 1011100 | 10001 | 0 | 1101 | 10111111 | 1010101 | 101111 |
Color Harmonies of #12BADF
Complementary color
Monochromatic Colors of #12BADF
Black with #12BADF
Text Example
Text Example
White with #12BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BADF; }
p { color: rgb(18,186,223); }
H1.HeaderClassName
{
color: #12BADF;
}
.AnyTagClassName
{
color: #12BADF;
}
</style>
background-color css
<style>
a { background-color: #12BADF; }
a { background-color: rgb(18,186,223); }
div.DivClassName
{
background-color: #12BADF;
}
.BgClassName
{
background-color: #12BADF;
}
</style>
border-color css
<style>
span { border-color: #12BADF; }
span { border-color: rgb(18,186,223); }
td.TdClassName
{
border-color: #12BADF;
}
.TagClassName
{
border-color: #12BADF;
}
</style>