#87AEDE

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

Shades of Jordy Blue #87AEDE

Tints of Jordy Blue #87AEDE

Color information

#87AEDE (or 0x87AEDE) is unknown color: approx Jordy Blue. HEX triplet: 87, AE and DE. RGB value is (135,174,222). Sum of RGB (Red+Green+Blue) = 135+174+222=531 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.42% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #87AEDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEDE is #785121. Grayscale: #A7A7A7. Windows color (decimal): -7885090 or 14593671. OLE color: 14593671.

HSL color Cylindrical-coordinate representation of color #87AEDE: hue angle of 213.1º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87AEDE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135174222-
CMYK0.390.2200.13
HSL213.1º56.86%70%-
HSV(B)213.1º39.19%87.06%-
XYZ38.3140.774.94-
YUV167.81158.58104.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.42%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 222 (87.11% from 255) = 41.81%
R=25.42%
G=32.77%
B=41.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351742220.390.2200.13213.156.8670
Hex87AEDE27160Dd53946
Octal207256336472601532571106
Binary1000011110101110110111101001111011001101110101011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,174,222); }

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

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

 a { background-color: rgb(135,174,222); }

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

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

 span { border-color: rgb(135,174,222); }

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