#12BAC3

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

Shades of Iris Blue #12BAC3

Tints of Iris Blue #12BAC3

Color information

#12BAC3 (or 0x12BAC3) is unknown color: approx Iris Blue. HEX triplet: 12, BA and C3. RGB value is (18,186,195). Sum of RGB (Red+Green+Blue) = 18+186+195=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #12BAC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #12BAC3 is #ED453C. Grayscale: #888888. Windows color (decimal): -15549757 or 12827154. OLE color: 12827154.

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

Color convert

RGB18186195-
CMYK0.910.0500.24
HSL183.05º83.1%41.76%-
HSV(B)183.05º90.77%76.47%-
XYZ27.6639.1957.74-
YUV136.79160.8443.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.51%
GREEN value IS 186 (73.05% from 255) = 46.62%
BLUE value IS 195 (76.56% from 255) = 48.87%
R=4.51%
G=46.62%
B=48.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181861950.910.0500.24183.0583.141.76
Hex12BAC35B5018b7532a
Octal22272303133503026712352
Binary1001010111010110000111011011101011000101101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,186,195); }

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

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

 a { background-color: rgb(18,186,195); }

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

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

 span { border-color: rgb(18,186,195); }

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