Html Css Color HEX #87ACE8 Jordy Blue

📋 copy color: '#87ACE8'

red 135 ◦ green 172 ◦ blue 232

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

Shades of Jordy Blue #87ACE8

Tints of Jordy Blue #87ACE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 25.05%
G = 31.91%
B = 43.04%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#87ACE8 (or 0x87ACE8) is known color: Jordy Blue. HEX triplet: 87, AC and E8. RGB value is (135,172,232). Sum of RGB (Red+Green+Blue) = 135+172+232=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #87ACE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACE8 is #785317. Grayscale: #A7A7A7. Windows color (decimal): -7885592 or 15248519. OLE color: 15248519.

HSL color Cylindrical-coordinate representation of color #87ACE8: hue angle of 217.11º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87ACE8 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 135 172 232 -
CMYK 0.42 0.26 0 0.09
HSL 217.11º 0.68% 0.72% -
HSV(B) 217.11º 0.42% 0.91% -
XYZ 39.31 40.48 82.09 -
YUV 167.78 164.24 104.62 -
System Red Green Blue C M Y K H S L
Decimal 135 172 232 0.42 0.26 0 0.09 217.11 0.68 0.72
Hex 87 AC E8 2A 1A 0 9 D9 44 48
Octal 207 254 350 52 32 0 11 331 104 110
Binary 10000111 10101100 11101000 101010 11010 0 1001 11011001 1000100 1001000

Color Harmonies of #87ACE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87ACE8

Black with #87ACE8

Text Example


Text Example

White with #87ACE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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