Html Css Color HEX #129DCC Pacific Blue

📋 copy color: '#129DCC'

red 18 ◦ green 157 ◦ blue 204

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

Shades of Pacific Blue #129DCC

Tints of Pacific Blue #129DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.83%

R = 4.75%
G = 41.42%
B = 53.83%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#129DCC (or 0x129DCC) is known color: Pacific Blue. HEX triplet: 12, 9D and CC. RGB value is (18,157,204). Sum of RGB (Red+Green+Blue) = 18+157+204=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #129DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DCC is #ED6233. Grayscale: #787878. Windows color (decimal): -15557172 or 13409554. OLE color: 13409554.

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

Color convert

RGB 18 157 204 -
CMYK 0.91 0.23 0 0.2
HSL 195.16º 0.84% 0.44% -
HSV(B) 195.16º 0.91% 0.8% -
XYZ 23.21 28.6 61.42 -
YUV 120.8 174.95 54.68 -
System Red Green Blue C M Y K H S L
Decimal 18 157 204 0.91 0.23 0 0.2 195.16 0.84 0.44
Hex 12 9D CC 5B 17 0 14 C3 54 2C
Octal 22 235 314 133 27 0 24 303 124 54
Binary 10010 10011101 11001100 1011011 10111 0 10100 11000011 1010100 101100

Color Harmonies of #129DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DCC

Black with #129DCC

Text Example


Text Example

White with #129DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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