Html Css Color HEX #129EDB Pacific Blue

📋 copy color: '#129EDB'

red 18 ◦ green 158 ◦ blue 219

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

Shades of Pacific Blue #129EDB

Tints of Pacific Blue #129EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 4.56%
G = 40%
B = 55.44%

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

#129EDB (or 0x129EDB) is known color: Pacific Blue. HEX triplet: 12, 9E and DB. RGB value is (18,158,219). Sum of RGB (Red+Green+Blue) = 18+158+219=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #129EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EDB is #ED6124. Grayscale: #7A7A7A. Windows color (decimal): -15556901 or 14392850. OLE color: 14392850.

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

Color convert

RGB 18 158 219 -
CMYK 0.92 0.28 0 0.14
HSL 198.21º 0.85% 0.46% -
HSV(B) 198.21º 0.92% 0.86% -
XYZ 25.26 29.7 71.42 -
YUV 123.09 182.12 53.04 -
System Red Green Blue C M Y K H S L
Decimal 18 158 219 0.92 0.28 0 0.14 198.21 0.85 0.46
Hex 12 9E DB 5C 1C 0 E C6 55 2E
Octal 22 236 333 134 34 0 16 306 125 56
Binary 10010 10011110 11011011 1011100 11100 0 1110 11000110 1010101 101110

Color Harmonies of #129EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129EDB

Black with #129EDB

Text Example


Text Example

White with #129EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,158,219); }

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

background-color css

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

 a { background-color: rgb(18,158,219); }

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

border-color css

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

 span { border-color: rgb(18,158,219); }

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