Html Css Color HEX #129CDB Pacific Blue

📋 copy color: '#129CDB'

red 18 ◦ green 156 ◦ blue 219

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

Shades of Pacific Blue #129CDB

Tints of Pacific Blue #129CDB

RGB

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

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

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

R = 4.58%
G = 39.69%
B = 55.73%

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

#129CDB (or 0x129CDB) is known color: Pacific Blue. HEX triplet: 12, 9C and DB. RGB value is (18,156,219). Sum of RGB (Red+Green+Blue) = 18+156+219=393 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.58% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #129CDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CDB is #ED6324. Grayscale: #797979. Windows color (decimal): -15557413 or 14392338. OLE color: 14392338.

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

Color convert

RGB 18 156 219 -
CMYK 0.92 0.29 0 0.14
HSL 198.81º 0.85% 0.46% -
HSV(B) 198.81º 0.92% 0.86% -
XYZ 24.92 29.02 71.31 -
YUV 121.92 182.78 53.88 -
System Red Green Blue C M Y K H S L
Decimal 18 156 219 0.92 0.29 0 0.14 198.81 0.85 0.46
Hex 12 9C DB 5C 1D 0 E C7 55 2E
Octal 22 234 333 134 35 0 16 307 125 56
Binary 10010 10011100 11011011 1011100 11101 0 1110 11000111 1010101 101110

Color Harmonies of #129CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129CDB

Black with #129CDB

Text Example


Text Example

White with #129CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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