Html Css Color HEX #0087DE Pacific Blue

📋 copy color: '#0087DE'

red 0 ◦ green 135 ◦ blue 222

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

Shades of Pacific Blue #0087DE

Tints of Pacific Blue #0087DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.18%

R = 0%
G = 37.82%
B = 62.18%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0087DE (or 0x0087DE) is known color: Pacific Blue. HEX triplet: 00, 87 and DE. RGB value is (0,135,222). Sum of RGB (Red+Green+Blue) = 0+135+222=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 222 (87.11% from 255 or 62.18% from 357); Max value from RGB is 222 - color contains mainly: blue. Hex color #0087DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0087DE is #FF7821. Grayscale: #686868. Windows color (decimal): -16742434 or 14583552. OLE color: 14583552.

HSL color Cylindrical-coordinate representation of color #0087DE: hue angle of 203.51º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0087DE is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 135 222 -
CMYK 1 0.39 0 0.13
HSL 203.51º 1% 0.44% -
HSV(B) 203.51º 1% 0.87% -
XYZ 21.85 22.6 72.32 -
YUV 104.55 194.27 53.43 -
System Red Green Blue C M Y K H S L
Decimal 0 135 222 1 0.39 0 0.13 203.51 1 0.44
Hex 0 87 DE 64 27 0 D CC 64 2C
Octal 0 207 336 144 47 0 15 314 144 54
Binary 0 10000111 11011110 1100100 100111 0 1101 11001100 1100100 101100

Color Harmonies of #0087DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0087DE

Black with #0087DE

Text Example


Text Example

White with #0087DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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