Shades of Iris Blue #12AFD3
Tints of Iris Blue #12AFD3
RGB
CMYK
RGB Variations
Color information
#12AFD3 (or 0x12AFD3) is known color: Iris Blue. HEX triplet: 12, AF and D3. RGB value is (18,175,211). Sum of RGB (Red+Green+Blue) = 18+175+211=404 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.46% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #12AFD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AFD3 is #ED502C. Grayscale: #838383. Windows color (decimal): -15552557 or 13872914. OLE color: 13872914.
HSL color Cylindrical-coordinate representation of color #12AFD3: hue angle of 191.19º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AFD3 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 175 | 211 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.17 |
| HSL | 191.19º | 0.84% | 0.45% | - |
| HSV(B) | 191.19º | 0.91% | 0.83% | - |
| XYZ | 27.34 | 35.49 | 67.04 | - |
| YUV | 132.16 | 172.49 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 175 | 211 | 0.91 | 0.17 | 0 | 0.17 | 191.19 | 0.84 | 0.45 |
| Hex | 12 | AF | D3 | 5B | 11 | 0 | 11 | BF | 54 | 2D |
| Octal | 22 | 257 | 323 | 133 | 21 | 0 | 21 | 277 | 124 | 55 |
| Binary | 10010 | 10101111 | 11010011 | 1011011 | 10001 | 0 | 10001 | 10111111 | 1010100 | 101101 |
Color Harmonies of #12AFD3
Complementary color
Monochromatic Colors of #12AFD3
Black with #12AFD3
Text Example
Text Example
White with #12AFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AFD3; }
p { color: rgb(18,175,211); }
H1.HeaderClassName
{
color: #12AFD3;
}
.AnyTagClassName
{
color: #12AFD3;
}
</style>
background-color css
<style>
a { background-color: #12AFD3; }
a { background-color: rgb(18,175,211); }
div.DivClassName
{
background-color: #12AFD3;
}
.BgClassName
{
background-color: #12AFD3;
}
</style>
border-color css
<style>
span { border-color: #12AFD3; }
span { border-color: rgb(18,175,211); }
td.TdClassName
{
border-color: #12AFD3;
}
.TagClassName
{
border-color: #12AFD3;
}
</style>