#128FCC

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

Shades of Pacific Blue #128FCC

Tints of Pacific Blue #128FCC

Color information

#128FCC (or 0x128FCC) is unknown color: approx Pacific Blue. HEX triplet: 12, 8F and CC. RGB value is (18,143,204). Sum of RGB (Red+Green+Blue) = 18+143+204=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 143 (56.25% from 255 or 39.18% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #128FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128FCC is #ED7033. Grayscale: #707070. Windows color (decimal): -15560756 or 13405970. OLE color: 13405970.

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

Color convert

RGB18143204-
CMYK0.910.3000.2
HSL199.68º83.78%43.53%-
HSV(B)199.68º91.18%80%-
XYZ20.9724.1360.68-
YUV112.58179.5960.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.93%
GREEN value IS 143 (56.25% from 255) = 39.18%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=4.93%
G=39.18%
B=55.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181432040.910.3000.2199.6883.7843.53
Hex128FCC5B1E014c8542c
Octal222173141333602431012454
Binary100101000111111001100101101111110010100110010001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,143,204); }

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

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

 a { background-color: rgb(18,143,204); }

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

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

 span { border-color: rgb(18,143,204); }

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