#87AEE1

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

Shades of Jordy Blue #87AEE1

Tints of Jordy Blue #87AEE1

Color information

#87AEE1 (or 0x87AEE1) is unknown color: approx Jordy Blue. HEX triplet: 87, AE and E1. RGB value is (135,174,225). Sum of RGB (Red+Green+Blue) = 135+174+225=534 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.28% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #87AEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AEE1 is #78511E. Grayscale: #A7A7A7. Windows color (decimal): -7885087 or 14790279. OLE color: 14790279.

HSL color Cylindrical-coordinate representation of color #87AEE1: hue angle of 214º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87AEE1 is Cyan = 0.4, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB135174225-
CMYK0.40.2300.12
HSL214º60%70.59%-
HSV(B)214º40%88.24%-
XYZ38.7240.8677.08-
YUV168.15160.08104.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.28%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=25.28%
G=32.58%
B=42.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1351742250.40.2300.122146070.59
Hex87AEE128170Cd63c47
Octal207256341502701432674107
Binary1000011110101110111000011010001011101100110101101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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