#12A3B4

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

Shades of Pelorous #12A3B4

Tints of Pelorous #12A3B4

Color information

#12A3B4 (or 0x12A3B4) is unknown color: approx Pelorous. HEX triplet: 12, A3 and B4. RGB value is (18,163,180). Sum of RGB (Red+Green+Blue) = 18+163+180=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #12A3B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A3B4 is #ED5C4B. Grayscale: #797979. Windows color (decimal): -15555660 or 11838226. OLE color: 11838226.

HSL color Cylindrical-coordinate representation of color #12A3B4: hue angle of 186.3º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A3B4 is Cyan = 0.9, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18163180-
CMYK0.90.0900.29
HSL186.3º81.82%38.82%-
HSV(B)186.3º90%70.59%-
XYZ21.5829.6247.76-
YUV121.58160.9654.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.99%
GREEN value IS 163 (64.06% from 255) = 45.15%
BLUE value IS 180 (70.70% from 255) = 49.86%
R=4.99%
G=45.15%
B=49.86%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181631800.90.0900.29186.381.8238.82
Hex12A3B45A901Dba5227
Octal222432641321103527212247
Binary10010101000111011010010110101001011101101110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,163,180); }

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

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

 a { background-color: rgb(18,163,180); }

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

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

 span { border-color: rgb(18,163,180); }

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