Html Css Color HEX #129DDC Pacific Blue

📋 copy color: '#129DDC'

red 18 ◦ green 157 ◦ blue 220

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

Shades of Pacific Blue #129DDC

Tints of Pacific Blue #129DDC

RGB

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

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

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

R = 4.56%
G = 39.75%
B = 55.7%

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

#129DDC (or 0x129DDC) is known color: Pacific Blue. HEX triplet: 12, 9D and DC. RGB value is (18,157,220). Sum of RGB (Red+Green+Blue) = 18+157+220=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #129DDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DDC is #ED6223. Grayscale: #7A7A7A. Windows color (decimal): -15557156 or 14458130. OLE color: 14458130.

HSL color Cylindrical-coordinate representation of color #129DDC: hue angle of 198.71º 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 #129DDC is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 157 220 -
CMYK 0.92 0.29 0 0.14
HSL 198.71º 0.85% 0.47% -
HSV(B) 198.71º 0.92% 0.86% -
XYZ 25.22 29.41 72.06 -
YUV 122.62 182.95 53.38 -
System Red Green Blue C M Y K H S L
Decimal 18 157 220 0.92 0.29 0 0.14 198.71 0.85 0.47
Hex 12 9D DC 5C 1D 0 E C7 55 2F
Octal 22 235 334 134 35 0 16 307 125 57
Binary 10010 10011101 11011100 1011100 11101 0 1110 11000111 1010101 101111

Color Harmonies of #129DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129DDC

Black with #129DDC

Text Example


Text Example

White with #129DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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