Html Css Color HEX #129FCB Pacific Blue

📋 copy color: '#129FCB'

red 18 ◦ green 159 ◦ blue 203

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

Shades of Pacific Blue #129FCB

Tints of Pacific Blue #129FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.84%

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

R = 4.74%
G = 41.84%
B = 53.42%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#129FCB (or 0x129FCB) is known color: Pacific Blue. HEX triplet: 12, 9F and CB. RGB value is (18,159,203). Sum of RGB (Red+Green+Blue) = 18+159+203=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #129FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FCB is #ED6034. Grayscale: #797979. Windows color (decimal): -15556661 or 13344530. OLE color: 13344530.

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

Color convert

RGB 18 159 203 -
CMYK 0.91 0.22 0 0.20
HSL 194.27º 0.84% 0.43% -
HSV(B) 194.27º 0.91% 0.8% -
XYZ 23.43 29.24 60.91 -
YUV 121.86 173.79 53.92 -
System Red Green Blue C M Y K H S L
Decimal 18 159 203 0.91 0.22 0 0.20 194.27 0.84 0.43
Hex 12 9F CB 5B 16 0 14 C2 54 2B
Octal 22 237 313 133 26 0 24 302 124 53
Binary 10010 10011111 11001011 1011011 10110 0 10100 11000010 1010100 101011

Color Harmonies of #129FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FCB

Black with #129FCB

Text Example


Text Example

White with #129FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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