Html Css Color HEX #129FDC Pacific Blue

📋 copy color: '#129FDC'

red 18 ◦ green 159 ◦ blue 220

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

Shades of Pacific Blue #129FDC

Tints of Pacific Blue #129FDC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

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

R = 4.53%
G = 40.05%
B = 55.42%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#129FDC (or 0x129FDC) is known color: Pacific Blue. HEX triplet: 12, 9F and DC. RGB value is (18,159,220). Sum of RGB (Red+Green+Blue) = 18+159+220=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #129FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FDC is #ED6023. Grayscale: #7B7B7B. Windows color (decimal): -15556644 or 14458642. OLE color: 14458642.

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

Color convert

RGB 18 159 220 -
CMYK 0.92 0.28 0 0.14
HSL 198.12º 0.85% 0.47% -
HSV(B) 198.12º 0.92% 0.86% -
XYZ 25.57 30.09 72.17 -
YUV 123.8 182.29 52.54 -
System Red Green Blue C M Y K H S L
Decimal 18 159 220 0.92 0.28 0 0.14 198.12 0.85 0.47
Hex 12 9F DC 5C 1C 0 E C6 55 2F
Octal 22 237 334 134 34 0 16 306 125 57
Binary 10010 10011111 11011100 1011100 11100 0 1110 11000110 1010101 101111

Color Harmonies of #129FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129FDC

Black with #129FDC

Text Example


Text Example

White with #129FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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