Html Css Color HEX #12A0DB Pacific Blue

📋 copy color: '#12A0DB'

red 18 ◦ green 160 ◦ blue 219

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

Shades of Pacific Blue #12A0DB

Tints of Pacific Blue #12A0DB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.3%

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

R = 4.53%
G = 40.3%
B = 55.16%

CMYK

 C value IS 0.92

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#12A0DB (or 0x12A0DB) is known color: Pacific Blue. HEX triplet: 12, A0 and DB. RGB value is (18,160,219). Sum of RGB (Red+Green+Blue) = 18+160+219=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #12A0DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A0DB is #ED5F24. Grayscale: #7B7B7B. Windows color (decimal): -15556389 or 14393362. OLE color: 14393362.

HSL color Cylindrical-coordinate representation of color #12A0DB: hue angle of 197.61º 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 #12A0DB is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 160 219 -
CMYK 0.92 0.27 0 0.14
HSL 197.61º 0.85% 0.46% -
HSV(B) 197.61º 0.92% 0.86% -
XYZ 25.61 30.38 71.53 -
YUV 124.27 181.46 52.2 -
System Red Green Blue C M Y K H S L
Decimal 18 160 219 0.92 0.27 0 0.14 197.61 0.85 0.46
Hex 12 A0 DB 5C 1B 0 E C6 55 2E
Octal 22 240 333 134 33 0 16 306 125 56
Binary 10010 10100000 11011011 1011100 11011 0 1110 11000110 1010101 101110

Color Harmonies of #12A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A0DB

Black with #12A0DB

Text Example


Text Example

White with #12A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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