Html Css Color HEX #129FC0 Pacific Blue

📋 copy color: '#129FC0'

red 18 ◦ green 159 ◦ blue 192

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

Shades of Pacific Blue #129FC0

Tints of Pacific Blue #129FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.03%

R = 4.88%
G = 43.09%
B = 52.03%

CMYK

 C value IS 0.91

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#129FC0 (or 0x129FC0) is known color: Pacific Blue. HEX triplet: 12, 9F and C0. RGB value is (18,159,192). Sum of RGB (Red+Green+Blue) = 18+159+192=369 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.88% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #129FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FC0 is #ED603F. Grayscale: #787878. Windows color (decimal): -15556672 or 12623634. OLE color: 12623634.

HSL color Cylindrical-coordinate representation of color #129FC0: hue angle of 191.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129FC0 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 159 192 -
CMYK 0.91 0.17 0 0.25
HSL 191.38º 0.83% 0.41% -
HSV(B) 191.38º 0.91% 0.75% -
XYZ 22.16 28.73 54.25 -
YUV 120.6 168.29 54.82 -
System Red Green Blue C M Y K H S L
Decimal 18 159 192 0.91 0.17 0 0.25 191.38 0.83 0.41
Hex 12 9F C0 5B 11 0 19 BF 53 29
Octal 22 237 300 133 21 0 31 277 123 51
Binary 10010 10011111 11000000 1011011 10001 0 11001 10111111 1010011 101001

Color Harmonies of #129FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FC0

Black with #129FC0

Text Example


Text Example

White with #129FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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