Html Css Color HEX #129CBF Pacific Blue

📋 copy color: '#129CBF'

red 18 ◦ green 156 ◦ blue 191

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

Shades of Pacific Blue #129CBF

Tints of Pacific Blue #129CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 52.33%

R = 4.93%
G = 42.74%
B = 52.33%

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

#129CBF (or 0x129CBF) is known color: Pacific Blue. HEX triplet: 12, 9C and BF. RGB value is (18,156,191). Sum of RGB (Red+Green+Blue) = 18+156+191=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #129CBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CBF is #ED6340. Grayscale: #767676. Windows color (decimal): -15557441 or 12557330. OLE color: 12557330.

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

Color convert

RGB 18 156 191 -
CMYK 0.91 0.18 0 0.25
HSL 192.14º 0.83% 0.41% -
HSV(B) 192.14º 0.91% 0.75% -
XYZ 21.54 27.67 53.5 -
YUV 118.73 168.78 56.15 -
System Red Green Blue C M Y K H S L
Decimal 18 156 191 0.91 0.18 0 0.25 192.14 0.83 0.41
Hex 12 9C BF 5B 12 0 19 C0 53 29
Octal 22 234 277 133 22 0 31 300 123 51
Binary 10010 10011100 10111111 1011011 10010 0 11001 11000000 1010011 101001

Color Harmonies of #129CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CBF

Black with #129CBF

Text Example


Text Example

White with #129CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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