Html Css Color HEX #129BBF Pacific Blue

📋 copy color: '#129BBF'

red 18 ◦ green 155 ◦ blue 191

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

Shades of Pacific Blue #129BBF

Tints of Pacific Blue #129BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

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

R = 4.95%
G = 42.58%
B = 52.47%

CMYK

 C value IS 0.91

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#129BBF (or 0x129BBF) is known color: Pacific Blue. HEX triplet: 12, 9B and BF. RGB value is (18,155,191). Sum of RGB (Red+Green+Blue) = 18+155+191=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #129BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BBF is #ED6440. Grayscale: #757575. Windows color (decimal): -15557697 or 12557074. OLE color: 12557074.

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

Color convert

RGB 18 155 191 -
CMYK 0.91 0.19 0 0.25
HSL 192.49º 0.83% 0.41% -
HSV(B) 192.49º 0.91% 0.75% -
XYZ 21.37 27.33 53.44 -
YUV 118.14 169.11 56.57 -
System Red Green Blue C M Y K H S L
Decimal 18 155 191 0.91 0.19 0 0.25 192.49 0.83 0.41
Hex 12 9B BF 5B 13 0 19 C0 53 29
Octal 22 233 277 133 23 0 31 300 123 51
Binary 10010 10011011 10111111 1011011 10011 0 11001 11000000 1010011 101001

Color Harmonies of #129BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BBF

Black with #129BBF

Text Example


Text Example

White with #129BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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