Html Css Color HEX #12A6BD Pacific Blue

📋 copy color: '#12A6BD'

red 18 ◦ green 166 ◦ blue 189

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

Shades of Pacific Blue #12A6BD

Tints of Pacific Blue #12A6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 4.83%
G = 44.5%
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

#12A6BD (or 0x12A6BD) is known color: Pacific Blue. HEX triplet: 12, A6 and BD. RGB value is (18,166,189). Sum of RGB (Red+Green+Blue) = 18+166+189=373 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.83% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #12A6BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A6BD is #ED5942. Grayscale: #7C7C7C. Windows color (decimal): -15554883 or 12428818. OLE color: 12428818.

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

Color convert

RGB 18 166 189 -
CMYK 0.90 0.12 0 0.26
HSL 188.07º 0.83% 0.41% -
HSV(B) 188.07º 0.9% 0.74% -
XYZ 23.07 31.08 52.93 -
YUV 124.37 164.47 52.13 -
System Red Green Blue C M Y K H S L
Decimal 18 166 189 0.90 0.12 0 0.26 188.07 0.83 0.41
Hex 12 A6 BD 5A C 0 1A BC 53 29
Octal 22 246 275 132 14 0 32 274 123 51
Binary 10010 10100110 10111101 1011010 1100 0 11010 10111100 1010011 101001

Color Harmonies of #12A6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A6BD

Black with #12A6BD

Text Example


Text Example

White with #12A6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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