Html Css Color HEX #12A5BC Pacific Blue

📋 copy color: '#12A5BC'

red 18 ◦ green 165 ◦ blue 188

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

Shades of Pacific Blue #12A5BC

Tints of Pacific Blue #12A5BC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.47%

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

R = 4.85%
G = 44.47%
B = 50.67%

CMYK

 C value IS 0.90

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#12A5BC (or 0x12A5BC) is known color: Pacific Blue. HEX triplet: 12, A5 and BC. RGB value is (18,165,188). Sum of RGB (Red+Green+Blue) = 18+165+188=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #12A5BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A5BC is #ED5A43. Grayscale: #7B7B7B. Windows color (decimal): -15555140 or 12363026. OLE color: 12363026.

HSL color Cylindrical-coordinate representation of color #12A5BC: hue angle of 188.12º 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 #12A5BC is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 165 188 -
CMYK 0.90 0.12 0 0.26
HSL 188.12º 0.83% 0.4% -
HSV(B) 188.12º 0.9% 0.74% -
XYZ 22.78 30.67 52.3 -
YUV 123.67 164.3 52.63 -
System Red Green Blue C M Y K H S L
Decimal 18 165 188 0.90 0.12 0 0.26 188.12 0.83 0.4
Hex 12 A5 BC 5A C 0 1A BC 53 28
Octal 22 245 274 132 14 0 32 274 123 50
Binary 10010 10100101 10111100 1011010 1100 0 11010 10111100 1010011 101000

Color Harmonies of #12A5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A5BC

Black with #12A5BC

Text Example


Text Example

White with #12A5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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