#128BD6

Color #128BD6 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #128BD6

Tints of Pacific Blue #128BD6

Color information

#128BD6 (or 0x128BD6) is unknown color: approx Pacific Blue. HEX triplet: 12, 8B and D6. RGB value is (18,139,214). Sum of RGB (Red+Green+Blue) = 18+139+214=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #128BD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BD6 is #ED7429. Grayscale: #6E6E6E. Windows color (decimal): -15561770 or 14060306. OLE color: 14060306.

HSL color Cylindrical-coordinate representation of color #128BD6: hue angle of 202.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128BD6 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18139214-
CMYK0.920.3500.16
HSL202.96º84.48%45.49%-
HSV(B)202.96º91.59%83.92%-
XYZ21.6223.4567-
YUV111.37185.9161.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.85%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 214 (83.98% from 255) = 57.68%
R=4.85%
G=37.47%
B=57.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181392140.920.3500.16202.9684.4845.49
Hex128BD65C23010cb542d
Octal222133261344302031312455
Binary1001010001011110101101011100100011010000110010111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #128BD6;
 }
 .AnyTagClassName
 {
   color: #128BD6;
 }
</style>
background-color css

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

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

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

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

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

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