Html Css Color HEX #87ACE3 Jordy Blue

📋 copy color: '#87ACE3'

red 135 ◦ green 172 ◦ blue 227

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

Shades of Jordy Blue #87ACE3

Tints of Jordy Blue #87ACE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 42.51%

R = 25.28%
G = 32.21%
B = 42.51%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#87ACE3 (or 0x87ACE3) is known color: Jordy Blue. HEX triplet: 87, AC and E3. RGB value is (135,172,227). Sum of RGB (Red+Green+Blue) = 135+172+227=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #87ACE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACE3 is #78531C. Grayscale: #A6A6A6. Windows color (decimal): -7885597 or 14920839. OLE color: 14920839.

HSL color Cylindrical-coordinate representation of color #87ACE3: hue angle of 215.87º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87ACE3 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 135 172 227 -
CMYK 0.41 0.24 0 0.11
HSL 215.87º 0.62% 0.71% -
HSV(B) 215.87º 0.41% 0.89% -
XYZ 38.61 40.2 78.4 -
YUV 167.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 135 172 227 0.41 0.24 0 0.11 215.87 0.62 0.71
Hex 87 AC E3 29 18 0 B D8 3E 47
Octal 207 254 343 51 30 0 13 330 76 107
Binary 10000111 10101100 11100011 101001 11000 0 1011 11011000 111110 1000111

Color Harmonies of #87ACE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACE3

Black with #87ACE3

Text Example


Text Example

White with #87ACE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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