#12B6BD

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

Shades of Iris Blue #12B6BD

Tints of Iris Blue #12B6BD

Color information

#12B6BD (or 0x12B6BD) is unknown color: approx Iris Blue. HEX triplet: 12, B6 and BD. RGB value is (18,182,189). Sum of RGB (Red+Green+Blue) = 18+182+189=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #12B6BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12B6BD is #ED4942. Grayscale: #858585. Windows color (decimal): -15550787 or 12432914. OLE color: 12432914.

HSL color Cylindrical-coordinate representation of color #12B6BD: hue angle of 182.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B6BD is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18182189-
CMYK0.900.0400.26
HSL182.46º82.61%40.59%-
HSV(B)182.46º90.48%74.12%-
XYZ26.1637.2653.96-
YUV133.76159.1745.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.63%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 189 (74.22% from 255) = 48.59%
R=4.63%
G=46.79%
B=48.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181821890.900.0400.26182.4682.6140.59
Hex12B6BD5A401Ab65329
Octal22266275132403226612351
Binary1001010110110101111011011010100011010101101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,182,189); }

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

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

 a { background-color: rgb(18,182,189); }

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

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

 span { border-color: rgb(18,182,189); }

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