#0887CD

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

Shades of Pacific Blue #0887CD

Tints of Pacific Blue #0887CD

Color information

#0887CD (or 0x0887CD) is unknown color: approx Pacific Blue. HEX triplet: 08, 87 and CD. RGB value is (8,135,205). Sum of RGB (Red+Green+Blue) = 8+135+205=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #0887CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0887CD is #F77832. Grayscale: #686868. Windows color (decimal): -16218163 or 13469448. OLE color: 13469448.

HSL color Cylindrical-coordinate representation of color #0887CD: hue angle of 201.32º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0887CD is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8135205-
CMYK0.960.3400.20
HSL201.32º92.49%41.76%-
HSV(B)201.32º96.1%80.39%-
XYZ19.7821.7960.92-
YUV105.01184.4258.81-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.30%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=2.30%
G=38.79%
B=58.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81352050.960.3400.20201.3292.4941.76
Hex887CD6022014c95c2a
Octal102073151404202431113452
Binary100010000111110011011100000100010010100110010011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0887CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0887CD; }

 p { color: rgb(8,135,205); }

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

<style>
 a { background-color: #0887CD; }

 a { background-color: rgb(8,135,205); }

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

<style>
 span { border-color: #0887CD; }

 span { border-color: rgb(8,135,205); }

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