Html Css Color HEX #129BBD Pacific Blue

📋 copy color: '#129BBD'

red 18 ◦ green 155 ◦ blue 189

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

Shades of Pacific Blue #129BBD

Tints of Pacific Blue #129BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

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

R = 4.97%
G = 42.82%
B = 52.21%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#129BBD (or 0x129BBD) is known color: Pacific Blue. HEX triplet: 12, 9B and BD. RGB value is (18,155,189). Sum of RGB (Red+Green+Blue) = 18+155+189=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #129BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BBD is #ED6442. Grayscale: #757575. Windows color (decimal): -15557699 or 12426002. OLE color: 12426002.

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

Color convert

RGB 18 155 189 -
CMYK 0.90 0.18 0 0.26
HSL 191.93º 0.83% 0.41% -
HSV(B) 191.93º 0.9% 0.74% -
XYZ 21.16 27.25 52.29 -
YUV 117.91 168.11 56.74 -
System Red Green Blue C M Y K H S L
Decimal 18 155 189 0.90 0.18 0 0.26 191.93 0.83 0.41
Hex 12 9B BD 5A 12 0 1A C0 53 29
Octal 22 233 275 132 22 0 32 300 123 51
Binary 10010 10011011 10111101 1011010 10010 0 11010 11000000 1010011 101001

Color Harmonies of #129BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BBD

Black with #129BBD

Text Example


Text Example

White with #129BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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