#0887D9

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

Shades of Pacific Blue #0887D9

Tints of Pacific Blue #0887D9

Color information

#0887D9 (or 0x0887D9) is unknown color: approx Pacific Blue. HEX triplet: 08, 87 and D9. RGB value is (8,135,217). Sum of RGB (Red+Green+Blue) = 8+135+217=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 217 (85.16% from 255 or 60.28% from 360); Max value from RGB is 217 - color contains mainly: blue. Hex color #0887D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0887D9 is #F77826. Grayscale: #696969. Windows color (decimal): -16218151 or 14255880. OLE color: 14255880.

HSL color Cylindrical-coordinate representation of color #0887D9: hue angle of 203.54º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0887D9 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8135217-
CMYK0.960.3800.15
HSL203.54º92.89%44.12%-
HSV(B)203.54º96.31%85.1%-
XYZ21.2922.3968.85-
YUV106.37190.4257.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.22%
GREEN value IS 135 (53.12% from 255) = 37.5%
BLUE value IS 217 (85.16% from 255) = 60.28%
R=2.22%
G=37.5%
B=60.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81352170.960.3800.15203.5492.8944.12
Hex887D960260Fcc5d2c
Octal102073311404601731413554
Binary10001000011111011001110000010011001111110011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0887D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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