Html Css Color HEX #129ABD Pacific Blue

📋 copy color: '#129ABD'

red 18 ◦ green 154 ◦ blue 189

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

Shades of Pacific Blue #129ABD

Tints of Pacific Blue #129ABD

RGB

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

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

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

R = 4.99%
G = 42.66%
B = 52.35%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#129ABD (or 0x129ABD) is known color: Pacific Blue. HEX triplet: 12, 9A and BD. RGB value is (18,154,189). Sum of RGB (Red+Green+Blue) = 18+154+189=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #129ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ABD is #ED6542. Grayscale: #757575. Windows color (decimal): -15557955 or 12425746. OLE color: 12425746.

HSL color Cylindrical-coordinate representation of color #129ABD: hue angle of 192.28º 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 #129ABD is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 154 189 -
CMYK 0.90 0.19 0 0.26
HSL 192.28º 0.83% 0.41% -
HSV(B) 192.28º 0.9% 0.74% -
XYZ 20.99 26.91 52.23 -
YUV 117.33 168.44 57.15 -
System Red Green Blue C M Y K H S L
Decimal 18 154 189 0.90 0.19 0 0.26 192.28 0.83 0.41
Hex 12 9A BD 5A 13 0 1A C0 53 29
Octal 22 232 275 132 23 0 32 300 123 51
Binary 10010 10011010 10111101 1011010 10011 0 11010 11000000 1010011 101001

Color Harmonies of #129ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129ABD

Black with #129ABD

Text Example


Text Example

White with #129ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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