Html Css Color HEX #129ACD Pacific Blue

📋 copy color: '#129ACD'

red 18 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #129ACD

Tints of Pacific Blue #129ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 4.77%
G = 40.85%
B = 54.38%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#129ACD (or 0x129ACD) is known color: Pacific Blue. HEX triplet: 12, 9A and CD. RGB value is (18,154,205). Sum of RGB (Red+Green+Blue) = 18+154+205=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #129ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ACD is #ED6532. Grayscale: #767676. Windows color (decimal): -15557939 or 13474322. OLE color: 13474322.

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

Color convert

RGB 18 154 205 -
CMYK 0.91 0.25 0 0.20
HSL 196.36º 0.84% 0.44% -
HSV(B) 196.36º 0.91% 0.8% -
XYZ 22.82 27.65 61.89 -
YUV 119.15 176.44 55.85 -
System Red Green Blue C M Y K H S L
Decimal 18 154 205 0.91 0.25 0 0.20 196.36 0.84 0.44
Hex 12 9A CD 5B 19 0 14 C4 54 2C
Octal 22 232 315 133 31 0 24 304 124 54
Binary 10010 10011010 11001101 1011011 11001 0 10100 11000100 1010100 101100

Color Harmonies of #129ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129ACD

Black with #129ACD

Text Example


Text Example

White with #129ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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