Html Css Color HEX #129ACC Pacific Blue

📋 copy color: '#129ACC'

red 18 ◦ green 154 ◦ blue 204

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

Shades of Pacific Blue #129ACC

Tints of Pacific Blue #129ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 4.79%
G = 40.96%
B = 54.26%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#129ACC (or 0x129ACC) is known color: Pacific Blue. HEX triplet: 12, 9A and CC. RGB value is (18,154,204). Sum of RGB (Red+Green+Blue) = 18+154+204=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #129ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ACC is #ED6533. Grayscale: #767676. Windows color (decimal): -15557940 or 13408786. OLE color: 13408786.

HSL color Cylindrical-coordinate representation of color #129ACC: hue angle of 196.13º 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 #129ACC is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 154 204 -
CMYK 0.91 0.25 0 0.2
HSL 196.13º 0.84% 0.44% -
HSV(B) 196.13º 0.91% 0.8% -
XYZ 22.7 27.6 61.26 -
YUV 119.04 175.94 55.93 -
System Red Green Blue C M Y K H S L
Decimal 18 154 204 0.91 0.25 0 0.2 196.13 0.84 0.44
Hex 12 9A CC 5B 19 0 14 C4 54 2C
Octal 22 232 314 133 31 0 24 304 124 54
Binary 10010 10011010 11001100 1011011 11001 0 10100 11000100 1010100 101100

Color Harmonies of #129ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129ACC

Black with #129ACC

Text Example


Text Example

White with #129ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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