Shades of Iris Blue #12ADD0
Tints of Iris Blue #12ADD0
RGB
CMYK
RGB Variations
Color information
#12ADD0 (or 0x12ADD0) is known color: Iris Blue. HEX triplet: 12, AD and D0. RGB value is (18,173,208). Sum of RGB (Red+Green+Blue) = 18+173+208=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #12ADD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12ADD0 is #ED522F. Grayscale: #828282. Windows color (decimal): -15553072 or 13675794. OLE color: 13675794.
HSL color Cylindrical-coordinate representation of color #12ADD0: hue angle of 191.05º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12ADD0 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 173 | 208 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.18 |
| HSL | 191.05º | 0.84% | 0.44% | - |
| HSV(B) | 191.05º | 0.91% | 0.82% | - |
| XYZ | 26.58 | 34.57 | 64.95 | - |
| YUV | 130.65 | 171.65 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 208 | 0.91 | 0.17 | 0 | 0.18 | 191.05 | 0.84 | 0.44 |
| Hex | 12 | AD | D0 | 5B | 11 | 0 | 12 | BF | 54 | 2C |
| Octal | 22 | 255 | 320 | 133 | 21 | 0 | 22 | 277 | 124 | 54 |
| Binary | 10010 | 10101101 | 11010000 | 1011011 | 10001 | 0 | 10010 | 10111111 | 1010100 | 101100 |
Color Harmonies of #12ADD0
Complementary color
Monochromatic Colors of #12ADD0
Black with #12ADD0
Text Example
Text Example
White with #12ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ADD0; }
p { color: rgb(18,173,208); }
H1.HeaderClassName
{
color: #12ADD0;
}
.AnyTagClassName
{
color: #12ADD0;
}
</style>
background-color css
<style>
a { background-color: #12ADD0; }
a { background-color: rgb(18,173,208); }
div.DivClassName
{
background-color: #12ADD0;
}
.BgClassName
{
background-color: #12ADD0;
}
</style>
border-color css
<style>
span { border-color: #12ADD0; }
span { border-color: rgb(18,173,208); }
td.TdClassName
{
border-color: #12ADD0;
}
.TagClassName
{
border-color: #12ADD0;
}
</style>