#12B0C4

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

Shades of Iris Blue #12B0C4

Tints of Iris Blue #12B0C4

Color information

#12B0C4 (or 0x12B0C4) is unknown color: approx Iris Blue. HEX triplet: 12, B0 and C4. RGB value is (18,176,196). Sum of RGB (Red+Green+Blue) = 18+176+196=390 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.62% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #12B0C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12B0C4 is #ED4F3B. Grayscale: #828282. Windows color (decimal): -15552316 or 12890130. OLE color: 12890130.

HSL color Cylindrical-coordinate representation of color #12B0C4: hue angle of 186.74º 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 #12B0C4 is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18176196-
CMYK0.910.1000.23
HSL186.74º83.18%41.96%-
HSV(B)186.74º90.82%76.86%-
XYZ25.7435.1657.66-
YUV131.04164.6547.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.62%
GREEN value IS 176 (69.14% from 255) = 45.13%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=4.62%
G=45.13%
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.23
SystemRedGreenBlueCMYKHSL
Decimal181761960.910.1000.23186.7483.1841.96
Hex12B0C45BA017bb532a
Octal222603041331202727312352
Binary10010101100001100010010110111010010111101110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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