#12A8C3

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

Shades of Iris Blue #12A8C3

Tints of Iris Blue #12A8C3

Color information

#12A8C3 (or 0x12A8C3) is unknown color: approx Iris Blue. HEX triplet: 12, A8 and C3. RGB value is (18,168,195). Sum of RGB (Red+Green+Blue) = 18+168+195=381 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.72% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #12A8C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A8C3 is #ED573C. Grayscale: #7D7D7D. Windows color (decimal): -15554365 or 12822546. OLE color: 12822546.

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

Color convert

RGB18168195-
CMYK0.910.1400.24
HSL189.15º83.1%41.76%-
HSV(B)189.15º90.77%76.47%-
XYZ24.132.0756.55-
YUV126.23166.850.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.72%
GREEN value IS 168 (66.02% from 255) = 44.09%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=4.72%
G=44.09%
B=51.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181681950.910.1400.24189.1583.141.76
Hex12A8C35BE018bd532a
Octal222503031331603027512352
Binary10010101010001100001110110111110011000101111011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A8C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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