Html Css Color HEX #129AC1 Pacific Blue

📋 copy color: '#129AC1'

red 18 ◦ green 154 ◦ blue 193

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

Shades of Pacific Blue #129AC1

Tints of Pacific Blue #129AC1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 4.93%
G = 42.19%
B = 52.88%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#129AC1 (or 0x129AC1) is known color: Pacific Blue. HEX triplet: 12, 9A and C1. RGB value is (18,154,193). Sum of RGB (Red+Green+Blue) = 18+154+193=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #129AC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AC1 is #ED653E. Grayscale: #757575. Windows color (decimal): -15557951 or 12687890. OLE color: 12687890.

HSL color Cylindrical-coordinate representation of color #129AC1: hue angle of 193.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129AC1 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 154 193 -
CMYK 0.91 0.20 0 0.24
HSL 193.37º 0.83% 0.41% -
HSV(B) 193.37º 0.91% 0.76% -
XYZ 21.43 27.09 54.55 -
YUV 117.78 170.44 56.83 -
System Red Green Blue C M Y K H S L
Decimal 18 154 193 0.91 0.20 0 0.24 193.37 0.83 0.41
Hex 12 9A C1 5B 14 0 18 C1 53 29
Octal 22 232 301 133 24 0 30 301 123 51
Binary 10010 10011010 11000001 1011011 10100 0 11000 11000001 1010011 101001

Color Harmonies of #129AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AC1

Black with #129AC1

Text Example


Text Example

White with #129AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129AC1; }

 p { color: rgb(18,154,193); }

 H1.HeaderClassName
 {
   color: #129AC1;
 }
 .AnyTagClassName
 {
   color: #129AC1;
 }
</style>

background-color css

<style>
 a { background-color: #129AC1; }

 a { background-color: rgb(18,154,193); }

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

border-color css

<style>
 span { border-color: #129AC1; }

 span { border-color: rgb(18,154,193); }

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