Html Css Color HEX #0887DB Pacific Blue

📋 copy color: '#0887DB'

red 8 ◦ green 135 ◦ blue 219

#0887DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0887DB

Tints of Pacific Blue #0887DB

RGB

 RED value IS 8 (3.52% from 255) = 2.21%

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 219 (85.94% from 255) = 60.5%

R = 2.21%
G = 37.29%
B = 60.5%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0887DB (or 0x0887DB) is known color: Pacific Blue. HEX triplet: 08, 87 and DB. RGB value is (8,135,219). Sum of RGB (Red+Green+Blue) = 8+135+219=362 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.21% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #0887DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0887DB is #F77824. Grayscale: #6A6A6A. Windows color (decimal): -16218149 or 14386952. OLE color: 14386952.

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

Color convert

RGB 8 135 219 -
CMYK 0.96 0.38 0 0.14
HSL 203.89º 0.93% 0.45% -
HSV(B) 203.89º 0.96% 0.86% -
XYZ 21.55 22.49 70.22 -
YUV 106.6 191.42 57.67 -
System Red Green Blue C M Y K H S L
Decimal 8 135 219 0.96 0.38 0 0.14 203.89 0.93 0.45
Hex 8 87 DB 60 26 0 E CC 5D 2D
Octal 10 207 333 140 46 0 16 314 135 55
Binary 1000 10000111 11011011 1100000 100110 0 1110 11001100 1011101 101101

Color Harmonies of #0887DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0887DB

Black with #0887DB

Text Example


Text Example

White with #0887DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0887DB;
 }
 .AnyTagClassName
 {
   color: #0887DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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