Html Css Color HEX #12A4DB Pacific Blue

📋 copy color: '#12A4DB'

red 18 ◦ green 164 ◦ blue 219

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

Shades of Pacific Blue #12A4DB

Tints of Pacific Blue #12A4DB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.9%

 BLUE value IS 219 (85.94% from 255) = 54.61%

R = 4.49%
G = 40.9%
B = 54.61%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12A4DB (or 0x12A4DB) is known color: Pacific Blue. HEX triplet: 12, A4 and DB. RGB value is (18,164,219). Sum of RGB (Red+Green+Blue) = 18+164+219=401 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.49% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #12A4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A4DB is #ED5B24. Grayscale: #7E7E7E. Windows color (decimal): -15555365 or 14394386. OLE color: 14394386.

HSL color Cylindrical-coordinate representation of color #12A4DB: hue angle of 196.42º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A4DB is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 164 219 -
CMYK 0.92 0.25 0 0.14
HSL 196.42º 0.85% 0.46% -
HSV(B) 196.42º 0.92% 0.86% -
XYZ 26.31 31.79 71.77 -
YUV 126.62 180.13 50.53 -
System Red Green Blue C M Y K H S L
Decimal 18 164 219 0.92 0.25 0 0.14 196.42 0.85 0.46
Hex 12 A4 DB 5C 19 0 E C4 55 2E
Octal 22 244 333 134 31 0 16 304 125 56
Binary 10010 10100100 11011011 1011100 11001 0 1110 11000100 1010101 101110

Color Harmonies of #12A4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A4DB

Black with #12A4DB

Text Example


Text Example

White with #12A4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,219); }

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

background-color css

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

 a { background-color: rgb(18,164,219); }

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

border-color css

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

 span { border-color: rgb(18,164,219); }

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