#87ADE8

Color #87ADE8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #87ADE8

Tints of Jordy Blue #87ADE8

Color information

#87ADE8 (or 0x87ADE8) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and E8. RGB value is (135,173,232). Sum of RGB (Red+Green+Blue) = 135+173+232=540 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #87ADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ADE8 is #785217. Grayscale: #A8A8A8. Windows color (decimal): -7885336 or 15248775. OLE color: 15248775.

HSL color Cylindrical-coordinate representation of color #87ADE8: hue angle of 216.49º 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 #87ADE8 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB135173232-
CMYK0.420.2500.09
HSL216.49º67.83%71.96%-
HSV(B)216.49º41.81%90.98%-
XYZ39.540.8682.15-
YUV168.36163.91104.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=25%
G=32.04%
B=42.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1351732320.420.2500.09216.4967.8371.96
Hex87ADE82A1909d84448
Octal2072553505231011330104110
Binary10000111101011011110100010101011001010011101100010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87ADE8;
 }
 .AnyTagClassName
 {
   color: #87ADE8;
 }
</style>
background-color css

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

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

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

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

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

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