Shades of Iris Blue #12B1DF
Tints of Iris Blue #12B1DF
RGB
CMYK
RGB Variations
Color information
#12B1DF (or 0x12B1DF) is known color: Iris Blue. HEX triplet: 12, B1 and DF. RGB value is (18,177,223). Sum of RGB (Red+Green+Blue) = 18+177+223=418 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.31% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #12B1DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B1DF is #ED4E20. Grayscale: #868686. Windows color (decimal): -15552033 or 14659858. OLE color: 14659858.
HSL color Cylindrical-coordinate representation of color #12B1DF: hue angle of 193.46º 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 #12B1DF is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 177 | 223 | - |
| CMYK | 0.92 | 0.21 | 0 | 0.13 |
| HSL | 193.46º | 0.85% | 0.47% | - |
| HSV(B) | 193.46º | 0.92% | 0.87% | - |
| XYZ | 29.29 | 36.9 | 75.39 | - |
| YUV | 134.7 | 177.82 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 177 | 223 | 0.92 | 0.21 | 0 | 0.13 | 193.46 | 0.85 | 0.47 |
| Hex | 12 | B1 | DF | 5C | 15 | 0 | D | C1 | 55 | 2F |
| Octal | 22 | 261 | 337 | 134 | 25 | 0 | 15 | 301 | 125 | 57 |
| Binary | 10010 | 10110001 | 11011111 | 1011100 | 10101 | 0 | 1101 | 11000001 | 1010101 | 101111 |
Color Harmonies of #12B1DF
Complementary color
Monochromatic Colors of #12B1DF
Black with #12B1DF
Text Example
Text Example
White with #12B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12B1DF; }
p { color: rgb(18,177,223); }
H1.HeaderClassName
{
color: #12B1DF;
}
.AnyTagClassName
{
color: #12B1DF;
}
</style>
background-color css
<style>
a { background-color: #12B1DF; }
a { background-color: rgb(18,177,223); }
div.DivClassName
{
background-color: #12B1DF;
}
.BgClassName
{
background-color: #12B1DF;
}
</style>
border-color css
<style>
span { border-color: #12B1DF; }
span { border-color: rgb(18,177,223); }
td.TdClassName
{
border-color: #12B1DF;
}
.TagClassName
{
border-color: #12B1DF;
}
</style>