Html Css Color HEX #129CBD Pacific Blue

📋 copy color: '#129CBD'

red 18 ◦ green 156 ◦ blue 189

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

Shades of Pacific Blue #129CBD

Tints of Pacific Blue #129CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.98%

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

R = 4.96%
G = 42.98%
B = 52.07%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#129CBD (or 0x129CBD) is known color: Pacific Blue. HEX triplet: 12, 9C and BD. RGB value is (18,156,189). Sum of RGB (Red+Green+Blue) = 18+156+189=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #129CBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CBD is #ED6342. Grayscale: #767676. Windows color (decimal): -15557443 or 12426258. OLE color: 12426258.

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

Color convert

RGB 18 156 189 -
CMYK 0.90 0.17 0 0.26
HSL 191.58º 0.83% 0.41% -
HSV(B) 191.58º 0.9% 0.74% -
XYZ 21.32 27.58 52.34 -
YUV 118.5 167.78 56.32 -
System Red Green Blue C M Y K H S L
Decimal 18 156 189 0.90 0.17 0 0.26 191.58 0.83 0.41
Hex 12 9C BD 5A 11 0 1A C0 53 29
Octal 22 234 275 132 21 0 32 300 123 51
Binary 10010 10011100 10111101 1011010 10001 0 11010 11000000 1010011 101001

Color Harmonies of #129CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CBD

Black with #129CBD

Text Example


Text Example

White with #129CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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