#12AEC2

Color #12AEC2 Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #12AEC2

Tints of Iris Blue #12AEC2

Color information

#12AEC2 (or 0x12AEC2) is unknown color: approx Iris Blue. HEX triplet: 12, AE and C2. RGB value is (18,174,194). Sum of RGB (Red+Green+Blue) = 18+174+194=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 174 (68.36% from 255 or 45.08% from 386); Blue value is 194 (76.17% from 255 or 50.26% from 386); Max value from RGB is 194 - color contains mainly: blue. Hex color #12AEC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12AEC2 is #ED513D. Grayscale: #818181. Windows color (decimal): -15552830 or 12758546. OLE color: 12758546.

HSL color Cylindrical-coordinate representation of color #12AEC2: hue angle of 186.82º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12AEC2 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18174194-
CMYK0.910.1000.24
HSL186.82º83.02%41.57%-
HSV(B)186.82º90.72%76.08%-
XYZ25.1234.356.33-
YUV129.64164.3248.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 4.66%
GREEN value IS 174 (68.36% from 255) = 45.08%
BLUE value IS 194 (76.17% from 255) = 50.26%
R=4.66%
G=45.08%
B=50.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181741940.910.1000.24186.8283.0241.57
Hex12AEC25BA018bb532a
Octal222563021331203027312352
Binary10010101011101100001010110111010011000101110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12AEC2; }

 p { color: rgb(18,174,194); }

 H1.HeaderClassName
 {
   color: #12AEC2;
 }
 .AnyTagClassName
 {
   color: #12AEC2;
 }
</style>
background-color css

<style>
 a { background-color: #12AEC2; }

 a { background-color: rgb(18,174,194); }

 div.DivClassName
 {
   background-color: #12AEC2;
 }
 .BgClassName
 {
   background-color: #12AEC2;
 }
</style>
border-color css

<style>
 span { border-color: #12AEC2; }

 span { border-color: rgb(18,174,194); }

 td.TdClassName
 {
   border-color: #12AEC2;
 }
 .TagClassName
 {
   border-color: #12AEC2;
 }
</style>