#1087CC

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

Shades of Pacific Blue #1087CC

Tints of Pacific Blue #1087CC

Color information

#1087CC (or 0x1087CC) is unknown color: approx Pacific Blue. HEX triplet: 10, 87 and CC. RGB value is (16,135,204). Sum of RGB (Red+Green+Blue) = 16+135+204=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #1087CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1087CC is #EF7833. Grayscale: #6A6A6A. Windows color (decimal): -15693876 or 13403920. OLE color: 13403920.

HSL color Cylindrical-coordinate representation of color #1087CC: hue angle of 202.02º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1087CC is Cyan = 0.92, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16135204-
CMYK0.920.3400.2
HSL202.02º85.45%43.14%-
HSV(B)202.02º92.16%80%-
XYZ19.7821.860.29-
YUV107.28182.5862.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.51%
GREEN value IS 135 (53.12% from 255) = 38.03%
BLUE value IS 204 (80.08% from 255) = 57.46%
R=4.51%
G=38.03%
B=57.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161352040.920.3400.2202.0285.4543.14
Hex1087CC5C22014ca552b
Octal202073141344202431212553
Binary1000010000111110011001011100100010010100110010101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1087CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1087CC; }

 p { color: rgb(16,135,204); }

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

<style>
 a { background-color: #1087CC; }

 a { background-color: rgb(16,135,204); }

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

<style>
 span { border-color: #1087CC; }

 span { border-color: rgb(16,135,204); }

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