#87A6F5

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

Shades of Jordy Blue #87A6F5

Tints of Jordy Blue #87A6F5

Color information

#87A6F5 (or 0x87A6F5) is unknown color: approx Jordy Blue. HEX triplet: 87, A6 and F5. RGB value is (135,166,245). Sum of RGB (Red+Green+Blue) = 135+166+245=546 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.73% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 245 (96.09% from 255 or 44.87% from 546); Max value from RGB is 245 - color contains mainly: blue. Hex color #87A6F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A6F5 is #78590A. Grayscale: #A5A5A5. Windows color (decimal): -7887115 or 16098951. OLE color: 16098951.

HSL color Cylindrical-coordinate representation of color #87A6F5: hue angle of 223.09º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87A6F5 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB135166245-
CMYK0.450.3200.04
HSL223.09º84.62%74.51%-
HSV(B)223.09º44.9%96.08%-
XYZ40.1139.0291.8-
YUV165.74172.73106.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.73%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 245 (96.09% from 255) = 44.87%
R=24.73%
G=30.40%
B=44.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1351662450.450.3200.04223.0984.6274.51
Hex87A6F52D2004df554b
Octal207246365554004337125113
Binary10000111101001101111010110110110000001001101111110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,166,245); }

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

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

 a { background-color: rgb(135,166,245); }

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

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

 span { border-color: rgb(135,166,245); }

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