Html Css Color HEX #129AD5 Pacific Blue

📋 copy color: '#129AD5'

red 18 ◦ green 154 ◦ blue 213

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

Shades of Pacific Blue #129AD5

Tints of Pacific Blue #129AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.32%

R = 4.68%
G = 40%
B = 55.32%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#129AD5 (or 0x129AD5) is known color: Pacific Blue. HEX triplet: 12, 9A and D5. RGB value is (18,154,213). Sum of RGB (Red+Green+Blue) = 18+154+213=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #129AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AD5 is #ED652A. Grayscale: #777777. Windows color (decimal): -15557931 or 13998610. OLE color: 13998610.

HSL color Cylindrical-coordinate representation of color #129AD5: hue angle of 198.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129AD5 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 154 213 -
CMYK 0.92 0.28 0 0.16
HSL 198.15º 0.84% 0.45% -
HSV(B) 198.15º 0.92% 0.84% -
XYZ 23.82 28.04 67.11 -
YUV 120.06 180.44 55.2 -
System Red Green Blue C M Y K H S L
Decimal 18 154 213 0.92 0.28 0 0.16 198.15 0.84 0.45
Hex 12 9A D5 5C 1C 0 10 C6 54 2D
Octal 22 232 325 134 34 0 20 306 124 55
Binary 10010 10011010 11010101 1011100 11100 0 10000 11000110 1010100 101101

Color Harmonies of #129AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129AD5

Black with #129AD5

Text Example


Text Example

White with #129AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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