Html Css Color HEX #0087CC Pacific Blue

📋 copy color: '#0087CC'

red 0 ◦ green 135 ◦ blue 204

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

Shades of Pacific Blue #0087CC

Tints of Pacific Blue #0087CC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 0%
G = 39.82%
B = 60.18%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0087CC (or 0x0087CC) is known color: Pacific Blue. HEX triplet: 00, 87 and CC. RGB value is (0,135,204). Sum of RGB (Red+Green+Blue) = 0+135+204=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #0087CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087CC is #FF7833. Grayscale: #666666. Windows color (decimal): -16742452 or 13403904. OLE color: 13403904.

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

Color convert

RGB 0 135 204 -
CMYK 1 0.34 0 0.2
HSL 200.29º 1% 0.4% -
HSV(B) 200.29º 1% 0.8% -
XYZ 19.56 21.69 60.28 -
YUV 102.5 185.27 54.89 -
System Red Green Blue C M Y K H S L
Decimal 0 135 204 1 0.34 0 0.2 200.29 1 0.4
Hex 0 87 CC 64 22 0 14 C8 64 28
Octal 0 207 314 144 42 0 24 310 144 50
Binary 0 10000111 11001100 1100100 100010 0 10100 11001000 1100100 101000

Color Harmonies of #0087CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087CC

Black with #0087CC

Text Example


Text Example

White with #0087CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0087CC;
 }
 .AnyTagClassName
 {
   color: #0087CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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