Html Css Color HEX #129FBA Pacific Blue

📋 copy color: '#129FBA'

red 18 ◦ green 159 ◦ blue 186

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

Shades of Pacific Blue #129FBA

Tints of Pacific Blue #129FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 43.8%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 4.96%
G = 43.8%
B = 51.24%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#129FBA (or 0x129FBA) is known color: Pacific Blue. HEX triplet: 12, 9F and BA. RGB value is (18,159,186). Sum of RGB (Red+Green+Blue) = 18+159+186=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #129FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FBA is #ED6045. Grayscale: #777777. Windows color (decimal): -15556678 or 12230418. OLE color: 12230418.

HSL color Cylindrical-coordinate representation of color #129FBA: hue angle of 189.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129FBA is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 159 186 -
CMYK 0.90 0.15 0 0.27
HSL 189.64º 0.82% 0.4% -
HSV(B) 189.64º 0.9% 0.73% -
XYZ 21.51 28.47 50.82 -
YUV 119.92 165.29 55.3 -
System Red Green Blue C M Y K H S L
Decimal 18 159 186 0.90 0.15 0 0.27 189.64 0.82 0.4
Hex 12 9F BA 5A F 0 1B BE 52 28
Octal 22 237 272 132 17 0 33 276 122 50
Binary 10010 10011111 10111010 1011010 1111 0 11011 10111110 1010010 101000

Color Harmonies of #129FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FBA

Black with #129FBA

Text Example


Text Example

White with #129FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,159,186); }

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

background-color css

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

 a { background-color: rgb(18,159,186); }

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

border-color css

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

 span { border-color: rgb(18,159,186); }

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