#12B1C4

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

Shades of Iris Blue #12B1C4

Tints of Iris Blue #12B1C4

Color information

#12B1C4 (or 0x12B1C4) is unknown color: approx Iris Blue. HEX triplet: 12, B1 and C4. RGB value is (18,177,196). Sum of RGB (Red+Green+Blue) = 18+177+196=391 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.60% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #12B1C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B1C4 is #ED4E3B. Grayscale: #838383. Windows color (decimal): -15552060 or 12890386. OLE color: 12890386.

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

Color convert

RGB18177196-
CMYK0.910.1000.23
HSL186.4º83.18%41.96%-
HSV(B)186.4º90.82%76.86%-
XYZ25.9435.5657.72-
YUV131.62164.3246.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.60%
GREEN value IS 177 (69.53% from 255) = 45.27%
BLUE value IS 196 (76.95% from 255) = 50.13%
R=4.60%
G=45.27%
B=50.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181771960.910.1000.23186.483.1841.96
Hex12B1C45BA017ba532a
Octal222613041331202727212352
Binary10010101100011100010010110111010010111101110101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,177,196); }

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

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

 a { background-color: rgb(18,177,196); }

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

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

 span { border-color: rgb(18,177,196); }

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