Html Css Color HEX #129DCD Pacific Blue

📋 copy color: '#129DCD'

red 18 ◦ green 157 ◦ blue 205

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

Shades of Pacific Blue #129DCD

Tints of Pacific Blue #129DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.32%

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

R = 4.74%
G = 41.32%
B = 53.95%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#129DCD (or 0x129DCD) is known color: Pacific Blue. HEX triplet: 12, 9D and CD. RGB value is (18,157,205). Sum of RGB (Red+Green+Blue) = 18+157+205=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #129DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DCD is #ED6232. Grayscale: #787878. Windows color (decimal): -15557171 or 13475090. OLE color: 13475090.

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

Color convert

RGB 18 157 205 -
CMYK 0.91 0.23 0 0.20
HSL 195.4º 0.84% 0.44% -
HSV(B) 195.4º 0.91% 0.8% -
XYZ 23.33 28.65 62.06 -
YUV 120.91 175.45 54.6 -
System Red Green Blue C M Y K H S L
Decimal 18 157 205 0.91 0.23 0 0.20 195.4 0.84 0.44
Hex 12 9D CD 5B 17 0 14 C3 54 2C
Octal 22 235 315 133 27 0 24 303 124 54
Binary 10010 10011101 11001101 1011011 10111 0 10100 11000011 1010100 101100

Color Harmonies of #129DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DCD

Black with #129DCD

Text Example


Text Example

White with #129DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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