Html Css Color HEX #128EDB Pacific Blue

📋 copy color: '#128EDB'

red 18 ◦ green 142 ◦ blue 219

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

Shades of Pacific Blue #128EDB

Tints of Pacific Blue #128EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.47%

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

R = 4.75%
G = 37.47%
B = 57.78%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#128EDB (or 0x128EDB) is known color: Pacific Blue. HEX triplet: 12, 8E and DB. RGB value is (18,142,219). Sum of RGB (Red+Green+Blue) = 18+142+219=379 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.75% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #128EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128EDB is #ED7124. Grayscale: #717171. Windows color (decimal): -15560997 or 14388754. OLE color: 14388754.

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

Color convert

RGB 18 142 219 -
CMYK 0.92 0.35 0 0.14
HSL 202.99º 0.85% 0.46% -
HSV(B) 202.99º 0.92% 0.86% -
XYZ 22.71 24.59 70.57 -
YUV 113.7 187.42 59.74 -
System Red Green Blue C M Y K H S L
Decimal 18 142 219 0.92 0.35 0 0.14 202.99 0.85 0.46
Hex 12 8E DB 5C 23 0 E CB 55 2E
Octal 22 216 333 134 43 0 16 313 125 56
Binary 10010 10001110 11011011 1011100 100011 0 1110 11001011 1010101 101110

Color Harmonies of #128EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128EDB

Black with #128EDB

Text Example


Text Example

White with #128EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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