Html Css Color HEX #129BC7 Pacific Blue

📋 copy color: '#129BC7'

red 18 ◦ green 155 ◦ blue 199

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

Shades of Pacific Blue #129BC7

Tints of Pacific Blue #129BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 53.49%

R = 4.84%
G = 41.67%
B = 53.49%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#129BC7 (or 0x129BC7) is known color: Pacific Blue. HEX triplet: 12, 9B and C7. RGB value is (18,155,199). Sum of RGB (Red+Green+Blue) = 18+155+199=372 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.84% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 199 (78.12% from 255 or 53.49% from 372); Max value from RGB is 199 - color contains mainly: blue. Hex color #129BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BC7 is #ED6438. Grayscale: #767676. Windows color (decimal): -15557689 or 13081362. OLE color: 13081362.

HSL color Cylindrical-coordinate representation of color #129BC7: hue angle of 194.59º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129BC7 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 155 199 -
CMYK 0.91 0.22 0 0.22
HSL 194.59º 0.83% 0.43% -
HSV(B) 194.59º 0.91% 0.78% -
XYZ 22.28 27.69 58.2 -
YUV 119.05 173.11 55.92 -
System Red Green Blue C M Y K H S L
Decimal 18 155 199 0.91 0.22 0 0.22 194.59 0.83 0.43
Hex 12 9B C7 5B 16 0 16 C3 53 2B
Octal 22 233 307 133 26 0 26 303 123 53
Binary 10010 10011011 11000111 1011011 10110 0 10110 11000011 1010011 101011

Color Harmonies of #129BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BC7

Black with #129BC7

Text Example


Text Example

White with #129BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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