Html Css Color HEX #12A2C1 Pacific Blue

📋 copy color: '#12A2C1'

red 18 ◦ green 162 ◦ blue 193

#12A2C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #12A2C1

Tints of Pacific Blue #12A2C1

RGB

 RED value IS 18 (7.42% from 255) = 4.83%

 GREEN value IS 162 (63.67% from 255) = 43.43%

 BLUE value IS 193 (75.78% from 255) = 51.74%

R = 4.83%
G = 43.43%
B = 51.74%

CMYK

 C value IS 0.91

 M value IS 0.16

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#12A2C1 (or 0x12A2C1) is known color: Pacific Blue. HEX triplet: 12, A2 and C1. RGB value is (18,162,193). Sum of RGB (Red+Green+Blue) = 18+162+193=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #12A2C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A2C1 is #ED5D3E. Grayscale: #7A7A7A. Windows color (decimal): -15555903 or 12689938. OLE color: 12689938.

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

Color convert

RGB 18 162 193 -
CMYK 0.91 0.16 0 0.24
HSL 190.63º 0.83% 0.41% -
HSV(B) 190.63º 0.91% 0.76% -
XYZ 22.8 29.82 55.01 -
YUV 122.48 167.79 53.48 -
System Red Green Blue C M Y K H S L
Decimal 18 162 193 0.91 0.16 0 0.24 190.63 0.83 0.41
Hex 12 A2 C1 5B 10 0 18 BF 53 29
Octal 22 242 301 133 20 0 30 277 123 51
Binary 10010 10100010 11000001 1011011 10000 0 11000 10111111 1010011 101001

Color Harmonies of #12A2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A2C1

Black with #12A2C1

Text Example


Text Example

White with #12A2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,162,193); }

 H1.HeaderClassName
 {
   color: #12A2C1;
 }
 .AnyTagClassName
 {
   color: #12A2C1;
 }
</style>

background-color css

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

 a { background-color: rgb(18,162,193); }

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

border-color css

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

 span { border-color: rgb(18,162,193); }

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