Shades of Iris Blue #12AECB
Tints of Iris Blue #12AECB
RGB
CMYK
RGB Variations
Color information
#12AECB (or 0x12AECB) is known color: Iris Blue. HEX triplet: 12, AE and CB. RGB value is (18,174,203). Sum of RGB (Red+Green+Blue) = 18+174+203=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #12AECB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AECB is #ED5134. Grayscale: #828282. Windows color (decimal): -15552821 or 13348370. OLE color: 13348370.
HSL color Cylindrical-coordinate representation of color #12AECB: hue angle of 189.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AECB is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 174 | 203 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.20 |
| HSL | 189.41º | 0.84% | 0.43% | - |
| HSV(B) | 189.41º | 0.91% | 0.8% | - |
| XYZ | 26.17 | 34.71 | 61.82 | - |
| YUV | 130.66 | 168.82 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 174 | 203 | 0.91 | 0.14 | 0 | 0.20 | 189.41 | 0.84 | 0.43 |
| Hex | 12 | AE | CB | 5B | E | 0 | 14 | BD | 54 | 2B |
| Octal | 22 | 256 | 313 | 133 | 16 | 0 | 24 | 275 | 124 | 53 |
| Binary | 10010 | 10101110 | 11001011 | 1011011 | 1110 | 0 | 10100 | 10111101 | 1010100 | 101011 |
Color Harmonies of #12AECB
Complementary color
Monochromatic Colors of #12AECB
Black with #12AECB
Text Example
Text Example
White with #12AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AECB; }
p { color: rgb(18,174,203); }
H1.HeaderClassName
{
color: #12AECB;
}
.AnyTagClassName
{
color: #12AECB;
}
</style>
background-color css
<style>
a { background-color: #12AECB; }
a { background-color: rgb(18,174,203); }
div.DivClassName
{
background-color: #12AECB;
}
.BgClassName
{
background-color: #12AECB;
}
</style>
border-color css
<style>
span { border-color: #12AECB; }
span { border-color: rgb(18,174,203); }
td.TdClassName
{
border-color: #12AECB;
}
.TagClassName
{
border-color: #12AECB;
}
</style>