Html Css Color HEX #129BCC Pacific Blue

📋 copy color: '#129BCC'

red 18 ◦ green 155 ◦ blue 204

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

Shades of Pacific Blue #129BCC

Tints of Pacific Blue #129BCC

RGB

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

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

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

R = 4.77%
G = 41.11%
B = 54.11%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#129BCC (or 0x129BCC) is known color: Pacific Blue. HEX triplet: 12, 9B and CC. RGB value is (18,155,204). Sum of RGB (Red+Green+Blue) = 18+155+204=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #129BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BCC is #ED6433. Grayscale: #777777. Windows color (decimal): -15557684 or 13409042. OLE color: 13409042.

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

Color convert

RGB 18 155 204 -
CMYK 0.91 0.24 0 0.2
HSL 195.81º 0.84% 0.44% -
HSV(B) 195.81º 0.91% 0.8% -
XYZ 22.87 27.93 61.31 -
YUV 119.62 175.61 55.52 -
System Red Green Blue C M Y K H S L
Decimal 18 155 204 0.91 0.24 0 0.2 195.81 0.84 0.44
Hex 12 9B CC 5B 18 0 14 C4 54 2C
Octal 22 233 314 133 30 0 24 304 124 54
Binary 10010 10011011 11001100 1011011 11000 0 10100 11000100 1010100 101100

Color Harmonies of #129BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129BCC

Black with #129BCC

Text Example


Text Example

White with #129BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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