Html Css Color HEX #87A8DB Jordy Blue

📋 copy color: '#87A8DB'

red 135 ◦ green 168 ◦ blue 219

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

Shades of Jordy Blue #87A8DB

Tints of Jordy Blue #87A8DB

RGB

 RED value IS 135 (53.13% from 255) = 25.86%

 GREEN value IS 168 (66.02% from 255) = 32.18%

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

R = 25.86%
G = 32.18%
B = 41.95%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#87A8DB (or 0x87A8DB) is known color: Jordy Blue. HEX triplet: 87, A8 and DB. RGB value is (135,168,219). Sum of RGB (Red+Green+Blue) = 135+168+219=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #87A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8DB is #785724. Grayscale: #A3A3A3. Windows color (decimal): -7886629 or 14395527. OLE color: 14395527.

HSL color Cylindrical-coordinate representation of color #87A8DB: hue angle of 216.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A8DB is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 168 219 -
CMYK 0.38 0.23 0 0.14
HSL 216.43º 0.54% 0.69% -
HSV(B) 216.43º 0.38% 0.86% -
XYZ 36.78 38.27 72.47 -
YUV 163.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 135 168 219 0.38 0.23 0 0.14 216.43 0.54 0.69
Hex 87 A8 DB 26 17 0 E D8 36 45
Octal 207 250 333 46 27 0 16 330 66 105
Binary 10000111 10101000 11011011 100110 10111 0 1110 11011000 110110 1000101

Color Harmonies of #87A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8DB

Black with #87A8DB

Text Example


Text Example

White with #87A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A8DB; }

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

 H1.HeaderClassName
 {
   color: #87A8DB;
 }
 .AnyTagClassName
 {
   color: #87A8DB;
 }
</style>

background-color css

<style>
 a { background-color: #87A8DB; }

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

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

border-color css

<style>
 span { border-color: #87A8DB; }

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

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