Html Css Color HEX #129CBE Pacific Blue

📋 copy color: '#129CBE'

red 18 ◦ green 156 ◦ blue 190

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

Shades of Pacific Blue #129CBE

Tints of Pacific Blue #129CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 4.95%
G = 42.86%
B = 52.2%

CMYK

 C value IS 0.91

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#129CBE (or 0x129CBE) is known color: Pacific Blue. HEX triplet: 12, 9C and BE. RGB value is (18,156,190). Sum of RGB (Red+Green+Blue) = 18+156+190=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #129CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CBE is #ED6341. Grayscale: #767676. Windows color (decimal): -15557442 or 12491794. OLE color: 12491794.

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

Color convert

RGB 18 156 190 -
CMYK 0.91 0.18 0 0.25
HSL 191.86º 0.83% 0.41% -
HSV(B) 191.86º 0.91% 0.75% -
XYZ 21.43 27.62 52.92 -
YUV 118.61 168.28 56.24 -
System Red Green Blue C M Y K H S L
Decimal 18 156 190 0.91 0.18 0 0.25 191.86 0.83 0.41
Hex 12 9C BE 5B 12 0 19 C0 53 29
Octal 22 234 276 133 22 0 31 300 123 51
Binary 10010 10011100 10111110 1011011 10010 0 11001 11000000 1010011 101001

Color Harmonies of #129CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CBE

Black with #129CBE

Text Example


Text Example

White with #129CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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