Html Css Color HEX #128BDB Pacific Blue

📋 copy color: '#128BDB'

red 18 ◦ green 139 ◦ blue 219

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

Shades of Pacific Blue #128BDB

Tints of Pacific Blue #128BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.97%

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

R = 4.79%
G = 36.97%
B = 58.24%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#128BDB (or 0x128BDB) is known color: Pacific Blue. HEX triplet: 12, 8B and DB. RGB value is (18,139,219). Sum of RGB (Red+Green+Blue) = 18+139+219=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #128BDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BDB is #ED7424. Grayscale: #6F6F6F. Windows color (decimal): -15561765 or 14387986. OLE color: 14387986.

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

Color convert

RGB 18 139 219 -
CMYK 0.92 0.37 0 0.14
HSL 203.88º 0.85% 0.46% -
HSV(B) 203.88º 0.92% 0.86% -
XYZ 22.27 23.71 70.42 -
YUV 111.94 188.41 61 -
System Red Green Blue C M Y K H S L
Decimal 18 139 219 0.92 0.37 0 0.14 203.88 0.85 0.46
Hex 12 8B DB 5C 25 0 E CC 55 2E
Octal 22 213 333 134 45 0 16 314 125 56
Binary 10010 10001011 11011011 1011100 100101 0 1110 11001100 1010101 101110

Color Harmonies of #128BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128BDB

Black with #128BDB

Text Example


Text Example

White with #128BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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