#12A9BE

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

Shades of Iris Blue #12A9BE

Tints of Iris Blue #12A9BE

Color information

#12A9BE (or 0x12A9BE) is unknown color: approx Iris Blue. HEX triplet: 12, A9 and BE. RGB value is (18,169,190). Sum of RGB (Red+Green+Blue) = 18+169+190=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #12A9BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A9BE is #ED5641. Grayscale: #7E7E7E. Windows color (decimal): -15554114 or 12495122. OLE color: 12495122.

HSL color Cylindrical-coordinate representation of color #12A9BE: hue angle of 187.33º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A9BE is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18169190-
CMYK0.910.1100.25
HSL187.33º82.69%40.78%-
HSV(B)187.33º90.53%74.51%-
XYZ23.7332.2253.68-
YUV126.24163.9750.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.77%
GREEN value IS 169 (66.41% from 255) = 44.83%
BLUE value IS 190 (74.61% from 255) = 50.40%
R=4.77%
G=44.83%
B=50.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181691900.910.1100.25187.3382.6940.78
Hex12A9BE5BB019bb5329
Octal222512761331303127312351
Binary10010101010011011111010110111011011001101110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,169,190); }

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

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

 a { background-color: rgb(18,169,190); }

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

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

 span { border-color: rgb(18,169,190); }

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