#1288D5

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

Shades of Pacific Blue #1288D5

Tints of Pacific Blue #1288D5

Color information

#1288D5 (or 0x1288D5) is unknown color: approx Pacific Blue. HEX triplet: 12, 88 and D5. RGB value is (18,136,213). Sum of RGB (Red+Green+Blue) = 18+136+213=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 213 (83.59% from 255 or 58.04% from 367); Max value from RGB is 213 - color contains mainly: blue. Hex color #1288D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288D5 is #ED772A. Grayscale: #6D6D6D. Windows color (decimal): -15562539 or 13994002. OLE color: 13994002.

HSL color Cylindrical-coordinate representation of color #1288D5: hue angle of 203.69º 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 #1288D5 is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18136213-
CMYK0.920.3600.16
HSL203.69º84.42%45.29%-
HSV(B)203.69º91.55%83.53%-
XYZ21.0622.5466.19-
YUV109.5186.4162.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.90%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 213 (83.59% from 255) = 58.04%
R=4.90%
G=37.06%
B=58.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181362130.920.3600.16203.6984.4245.29
Hex1288D55C24010cc542d
Octal222103251344402031412455
Binary1001010001000110101011011100100100010000110011001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1288D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1288D5; }

 p { color: rgb(18,136,213); }

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

<style>
 a { background-color: #1288D5; }

 a { background-color: rgb(18,136,213); }

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

<style>
 span { border-color: #1288D5; }

 span { border-color: rgb(18,136,213); }

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