Html Css Color HEX #87ACE4 Jordy Blue

📋 copy color: '#87ACE4'

red 135 ◦ green 172 ◦ blue 228

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

Shades of Jordy Blue #87ACE4

Tints of Jordy Blue #87ACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.62%

R = 25.23%
G = 32.15%
B = 42.62%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#87ACE4 (or 0x87ACE4) is known color: Jordy Blue. HEX triplet: 87, AC and E4. RGB value is (135,172,228). Sum of RGB (Red+Green+Blue) = 135+172+228=535 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.23% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #87ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACE4 is #78531B. Grayscale: #A7A7A7. Windows color (decimal): -7885596 or 14986375. OLE color: 14986375.

HSL color Cylindrical-coordinate representation of color #87ACE4: hue angle of 216.13º degrees, saturation: 0.63, 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 #87ACE4 is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 135 172 228 -
CMYK 0.41 0.25 0 0.11
HSL 216.13º 0.63% 0.71% -
HSV(B) 216.13º 0.41% 0.89% -
XYZ 38.75 40.26 79.13 -
YUV 167.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 135 172 228 0.41 0.25 0 0.11 216.13 0.63 0.71
Hex 87 AC E4 29 19 0 B D8 3F 47
Octal 207 254 344 51 31 0 13 330 77 107
Binary 10000111 10101100 11100100 101001 11001 0 1011 11011000 111111 1000111

Color Harmonies of #87ACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACE4

Black with #87ACE4

Text Example


Text Example

White with #87ACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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