Html Css Color HEX #87ACE0 Jordy Blue

📋 copy color: '#87ACE0'

red 135 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #87ACE0

Tints of Jordy Blue #87ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.39%

 BLUE value IS 224 (87.89% from 255) = 42.18%

R = 25.42%
G = 32.39%
B = 42.18%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#87ACE0 (or 0x87ACE0) is known color: Jordy Blue. HEX triplet: 87, AC and E0. RGB value is (135,172,224). Sum of RGB (Red+Green+Blue) = 135+172+224=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #87ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACE0 is #78531F. Grayscale: #A6A6A6. Windows color (decimal): -7885600 or 14724231. OLE color: 14724231.

HSL color Cylindrical-coordinate representation of color #87ACE0: hue angle of 215.06º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87ACE0 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 172 224 -
CMYK 0.40 0.23 0 0.12
HSL 215.06º 0.59% 0.7% -
HSV(B) 215.06º 0.4% 0.88% -
XYZ 38.2 40.04 76.24 -
YUV 166.87 160.24 105.27 -
System Red Green Blue C M Y K H S L
Decimal 135 172 224 0.40 0.23 0 0.12 215.06 0.59 0.7
Hex 87 AC E0 28 17 0 C D7 3B 46
Octal 207 254 340 50 27 0 14 327 73 106
Binary 10000111 10101100 11100000 101000 10111 0 1100 11010111 111011 1000110

Color Harmonies of #87ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACE0

Black with #87ACE0

Text Example


Text Example

White with #87ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,172,224); }

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

background-color css

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

 a { background-color: rgb(135,172,224); }

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

border-color css

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

 span { border-color: rgb(135,172,224); }

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