Html Css Color HEX #129CDC Pacific Blue

📋 copy color: '#129CDC'

red 18 ◦ green 156 ◦ blue 220

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

Shades of Pacific Blue #129CDC

Tints of Pacific Blue #129CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.59%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 4.57%
G = 39.59%
B = 55.84%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#129CDC (or 0x129CDC) is known color: Pacific Blue. HEX triplet: 12, 9C and DC. RGB value is (18,156,220). Sum of RGB (Red+Green+Blue) = 18+156+220=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #129CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CDC is #ED6323. Grayscale: #797979. Windows color (decimal): -15557412 or 14457874. OLE color: 14457874.

HSL color Cylindrical-coordinate representation of color #129CDC: hue angle of 199.01º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129CDC is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 156 220 -
CMYK 0.92 0.29 0 0.14
HSL 199.01º 0.85% 0.47% -
HSV(B) 199.01º 0.92% 0.86% -
XYZ 25.06 29.07 72 -
YUV 122.03 183.28 53.8 -
System Red Green Blue C M Y K H S L
Decimal 18 156 220 0.92 0.29 0 0.14 199.01 0.85 0.47
Hex 12 9C DC 5C 1D 0 E C7 55 2F
Octal 22 234 334 134 35 0 16 307 125 57
Binary 10010 10011100 11011100 1011100 11101 0 1110 11000111 1010101 101111

Color Harmonies of #129CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CDC

Black with #129CDC

Text Example


Text Example

White with #129CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,156,220); }

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

background-color css

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

 a { background-color: rgb(18,156,220); }

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

border-color css

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

 span { border-color: rgb(18,156,220); }

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