Html Css Color HEX #12A3BC Pacific Blue

📋 copy color: '#12A3BC'

red 18 ◦ green 163 ◦ blue 188

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

Shades of Pacific Blue #12A3BC

Tints of Pacific Blue #12A3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.17%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 4.88%
G = 44.17%
B = 50.95%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12A3BC (or 0x12A3BC) is known color: Pacific Blue. HEX triplet: 12, A3 and BC. RGB value is (18,163,188). Sum of RGB (Red+Green+Blue) = 18+163+188=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #12A3BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A3BC is #ED5C43. Grayscale: #7A7A7A. Windows color (decimal): -15555652 or 12362514. OLE color: 12362514.

HSL color Cylindrical-coordinate representation of color #12A3BC: hue angle of 188.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12A3BC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 163 188 -
CMYK 0.90 0.13 0 0.26
HSL 188.82º 0.83% 0.4% -
HSV(B) 188.82º 0.9% 0.74% -
XYZ 22.42 29.95 52.18 -
YUV 122.5 164.96 53.47 -
System Red Green Blue C M Y K H S L
Decimal 18 163 188 0.90 0.13 0 0.26 188.82 0.83 0.4
Hex 12 A3 BC 5A D 0 1A BD 53 28
Octal 22 243 274 132 15 0 32 275 123 50
Binary 10010 10100011 10111100 1011010 1101 0 11010 10111101 1010011 101000

Color Harmonies of #12A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A3BC

Black with #12A3BC

Text Example


Text Example

White with #12A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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