Html Css Color HEX #129FCD Pacific Blue

📋 copy color: '#129FCD'

red 18 ◦ green 159 ◦ blue 205

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

Shades of Pacific Blue #129FCD

Tints of Pacific Blue #129FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 4.71%
G = 41.62%
B = 53.66%

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

#129FCD (or 0x129FCD) is known color: Pacific Blue. HEX triplet: 12, 9F and CD. RGB value is (18,159,205). Sum of RGB (Red+Green+Blue) = 18+159+205=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #129FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FCD is #ED6032. Grayscale: #797979. Windows color (decimal): -15556659 or 13475602. OLE color: 13475602.

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

Color convert

RGB 18 159 205 -
CMYK 0.91 0.22 0 0.20
HSL 194.76º 0.84% 0.44% -
HSV(B) 194.76º 0.91% 0.8% -
XYZ 23.67 29.33 62.17 -
YUV 122.09 174.79 53.76 -
System Red Green Blue C M Y K H S L
Decimal 18 159 205 0.91 0.22 0 0.20 194.76 0.84 0.44
Hex 12 9F CD 5B 16 0 14 C3 54 2C
Octal 22 237 315 133 26 0 24 303 124 54
Binary 10010 10011111 11001101 1011011 10110 0 10100 11000011 1010100 101100

Color Harmonies of #129FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FCD

Black with #129FCD

Text Example


Text Example

White with #129FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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