#87A7E3

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

Shades of Jordy Blue #87A7E3

Tints of Jordy Blue #87A7E3

Color information

#87A7E3 (or 0x87A7E3) is unknown color: approx Jordy Blue. HEX triplet: 87, A7 and E3. RGB value is (135,167,227). Sum of RGB (Red+Green+Blue) = 135+167+227=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 167 (65.62% from 255 or 31.57% from 529); Blue value is 227 (89.06% from 255 or 42.91% from 529); Max value from RGB is 227 - color contains mainly: blue. Hex color #87A7E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7E3 is #78581C. Grayscale: #A4A4A4. Windows color (decimal): -7886877 or 14919559. OLE color: 14919559.

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

Color convert

RGB135167227-
CMYK0.410.2600.11
HSL219.13º62.16%70.98%-
HSV(B)219.13º40.53%89.02%-
XYZ37.6838.3378.09-
YUV164.27163.4107.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.52%
GREEN value IS 167 (65.62% from 255) = 31.57%
BLUE value IS 227 (89.06% from 255) = 42.91%
R=25.52%
G=31.57%
B=42.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1351672270.410.2600.11219.1362.1670.98
Hex87A7E3291A0Bdb3e47
Octal207247343513201333376107
Binary1000011110100111111000111010011101001011110110111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,167,227); }

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

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

 a { background-color: rgb(135,167,227); }

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

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

 span { border-color: rgb(135,167,227); }

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