Html Css Color HEX #0087CF Pacific Blue

📋 copy color: '#0087CF'

red 0 ◦ green 135 ◦ blue 207

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

Shades of Pacific Blue #0087CF

Tints of Pacific Blue #0087CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 0%
G = 39.47%
B = 60.53%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0087CF (or 0x0087CF) is known color: Pacific Blue. HEX triplet: 00, 87 and CF. RGB value is (0,135,207). Sum of RGB (Red+Green+Blue) = 0+135+207=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #0087CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087CF is #FF7830. Grayscale: #666666. Windows color (decimal): -16742449 or 13600512. OLE color: 13600512.

HSL color Cylindrical-coordinate representation of color #0087CF: hue angle of 200.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087CF is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 135 207 -
CMYK 1 0.35 0 0.19
HSL 200.87º 1% 0.41% -
HSV(B) 200.87º 1% 0.81% -
XYZ 19.93 21.83 62.2 -
YUV 102.84 186.77 54.65 -
System Red Green Blue C M Y K H S L
Decimal 0 135 207 1 0.35 0 0.19 200.87 1 0.41
Hex 0 87 CF 64 23 0 13 C9 64 29
Octal 0 207 317 144 43 0 23 311 144 51
Binary 0 10000111 11001111 1100100 100011 0 10011 11001001 1100100 101001

Color Harmonies of #0087CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087CF

Black with #0087CF

Text Example


Text Example

White with #0087CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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