#128DC4

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

Shades of Pacific Blue #128DC4

Tints of Pacific Blue #128DC4

Color information

#128DC4 (or 0x128DC4) is unknown color: approx Pacific Blue. HEX triplet: 12, 8D and C4. RGB value is (18,141,196). Sum of RGB (Red+Green+Blue) = 18+141+196=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #128DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DC4 is #ED723B. Grayscale: #6E6E6E. Windows color (decimal): -15561276 or 12881170. OLE color: 12881170.

HSL color Cylindrical-coordinate representation of color #128DC4: hue angle of 198.54º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128DC4 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18141196-
CMYK0.910.2800.23
HSL198.54º83.18%41.96%-
HSV(B)198.54º90.82%76.86%-
XYZ19.7423.1655.66-
YUV110.49176.2562.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.07%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=5.07%
G=39.72%
B=55.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181411960.910.2800.23198.5483.1841.96
Hex128DC45B1C017c7532a
Octal222153041333402730712352
Binary100101000110111000100101101111100010111110001111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,141,196); }

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

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

 a { background-color: rgb(18,141,196); }

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

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

 span { border-color: rgb(18,141,196); }

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