Html Css Color HEX #12A6CD Pacific Blue

📋 copy color: '#12A6CD'

red 18 ◦ green 166 ◦ blue 205

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

Shades of Pacific Blue #12A6CD

Tints of Pacific Blue #12A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

 BLUE value IS 205 (80.47% from 255) = 52.7%

R = 4.63%
G = 42.67%
B = 52.7%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#12A6CD (or 0x12A6CD) is known color: Pacific Blue. HEX triplet: 12, A6 and CD. RGB value is (18,166,205). Sum of RGB (Red+Green+Blue) = 18+166+205=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #12A6CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A6CD is #ED5932. Grayscale: #7D7D7D. Windows color (decimal): -15554867 or 13477394. OLE color: 13477394.

HSL color Cylindrical-coordinate representation of color #12A6CD: hue angle of 192.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A6CD is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 166 205 -
CMYK 0.91 0.19 0 0.20
HSL 192.51º 0.84% 0.44% -
HSV(B) 192.51º 0.91% 0.8% -
XYZ 24.91 31.81 62.58 -
YUV 126.19 172.47 50.83 -
System Red Green Blue C M Y K H S L
Decimal 18 166 205 0.91 0.19 0 0.20 192.51 0.84 0.44
Hex 12 A6 CD 5B 13 0 14 C1 54 2C
Octal 22 246 315 133 23 0 24 301 124 54
Binary 10010 10100110 11001101 1011011 10011 0 10100 11000001 1010100 101100

Color Harmonies of #12A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A6CD

Black with #12A6CD

Text Example


Text Example

White with #12A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,166,205); }

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

background-color css

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

 a { background-color: rgb(18,166,205); }

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

border-color css

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

 span { border-color: rgb(18,166,205); }

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