Html Css Color HEX #129BCB Pacific Blue

📋 copy color: '#129BCB'

red 18 ◦ green 155 ◦ blue 203

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

Shades of Pacific Blue #129BCB

Tints of Pacific Blue #129BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.99%

R = 4.79%
G = 41.22%
B = 53.99%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#129BCB (or 0x129BCB) is known color: Pacific Blue. HEX triplet: 12, 9B and CB. RGB value is (18,155,203). Sum of RGB (Red+Green+Blue) = 18+155+203=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 203 (79.69% from 255 or 53.99% from 376); Max value from RGB is 203 - color contains mainly: blue. Hex color #129BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BCB is #ED6434. Grayscale: #777777. Windows color (decimal): -15557685 or 13343506. OLE color: 13343506.

HSL color Cylindrical-coordinate representation of color #129BCB: hue angle of 195.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129BCB is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 155 203 -
CMYK 0.91 0.24 0 0.20
HSL 195.57º 0.84% 0.43% -
HSV(B) 195.57º 0.91% 0.8% -
XYZ 22.75 27.88 60.68 -
YUV 119.51 175.11 55.6 -
System Red Green Blue C M Y K H S L
Decimal 18 155 203 0.91 0.24 0 0.20 195.57 0.84 0.43
Hex 12 9B CB 5B 18 0 14 C4 54 2B
Octal 22 233 313 133 30 0 24 304 124 53
Binary 10010 10011011 11001011 1011011 11000 0 10100 11000100 1010100 101011

Color Harmonies of #129BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BCB

Black with #129BCB

Text Example


Text Example

White with #129BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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