#128ACF

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

Shades of Pacific Blue #128ACF

Tints of Pacific Blue #128ACF

Color information

#128ACF (or 0x128ACF) is unknown color: approx Pacific Blue. HEX triplet: 12, 8A and CF. RGB value is (18,138,207). Sum of RGB (Red+Green+Blue) = 18+138+207=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #128ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128ACF is #ED7530. Grayscale: #6D6D6D. Windows color (decimal): -15562033 or 13601298. OLE color: 13601298.

HSL color Cylindrical-coordinate representation of color #128ACF: hue angle of 201.9º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128ACF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18138207-
CMYK0.910.3300.19
HSL201.9º84%44.12%-
HSV(B)201.9º91.3%81.18%-
XYZ20.622.8162.35-
YUV109.99182.7462.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.96%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 207 (81.25% from 255) = 57.02%
R=4.96%
G=38.02%
B=57.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181382070.910.3300.19201.98444.12
Hex128ACF5B21013ca542c
Octal222123171334102331212454
Binary1001010001010110011111011011100001010011110010101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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