#12A8BD

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

Shades of Iris Blue #12A8BD

Tints of Iris Blue #12A8BD

Color information

#12A8BD (or 0x12A8BD) is unknown color: approx Iris Blue. HEX triplet: 12, A8 and BD. RGB value is (18,168,189). Sum of RGB (Red+Green+Blue) = 18+168+189=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #12A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8BD is #ED5742. Grayscale: #7D7D7D. Windows color (decimal): -15554371 or 12429330. OLE color: 12429330.

HSL color Cylindrical-coordinate representation of color #12A8BD: hue angle of 187.37º 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 #12A8BD is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18168189-
CMYK0.900.1100.26
HSL187.37º82.61%40.59%-
HSV(B)187.37º90.48%74.12%-
XYZ23.4431.8153.05-
YUV125.54163.851.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.8%
GREEN value IS 168 (66.02% from 255) = 44.8%
BLUE value IS 189 (74.22% from 255) = 50.4%
R=4.8%
G=44.8%
B=50.4%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181681890.900.1100.26187.3782.6140.59
Hex12A8BD5AB01Abb5329
Octal222502751321303227312351
Binary10010101010001011110110110101011011010101110111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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