#128ACA

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

Shades of Pacific Blue #128ACA

Tints of Pacific Blue #128ACA

Color information

#128ACA (or 0x128ACA) is unknown color: approx Pacific Blue. HEX triplet: 12, 8A and CA. RGB value is (18,138,202). Sum of RGB (Red+Green+Blue) = 18+138+202=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #128ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ACA is #ED7535. Grayscale: #6D6D6D. Windows color (decimal): -15562038 or 13273618. OLE color: 13273618.

HSL color Cylindrical-coordinate representation of color #128ACA: hue angle of 200.87º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128ACA is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18138202-
CMYK0.910.3200.21
HSL200.87º83.64%43.14%-
HSV(B)200.87º91.09%79.22%-
XYZ2022.5759.18-
YUV109.42180.2462.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.03%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 202 (79.30% from 255) = 56.42%
R=5.03%
G=38.55%
B=56.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181382020.910.3200.21200.8783.6443.14
Hex128ACA5B20015c9542b
Octal222123121334002531112453
Binary1001010001010110010101011011100000010101110010011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,138,202); }

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

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

 a { background-color: rgb(18,138,202); }

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

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

 span { border-color: rgb(18,138,202); }

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