#87A6FD

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

Shades of Jordy Blue #87A6FD

Tints of Jordy Blue #87A6FD

Color information

#87A6FD (or 0x87A6FD) is unknown color: approx Jordy Blue. HEX triplet: 87, A6 and FD. RGB value is (135,166,253). Sum of RGB (Red+Green+Blue) = 135+166+253=554 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.37% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #87A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A6FD is #785902. Grayscale: #A6A6A6. Windows color (decimal): -7887107 or 16623239. OLE color: 16623239.

HSL color Cylindrical-coordinate representation of color #87A6FD: hue angle of 224.24º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87A6FD is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB135166253-
CMYK0.470.3400.01
HSL224.24º96.72%76.08%-
HSV(B)224.24º46.64%99.22%-
XYZ41.3639.5298.38-
YUV166.65176.73105.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.37%
GREEN value IS 166 (65.23% from 255) = 29.96%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=24.37%
G=29.96%
B=45.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1351662530.470.3400.01224.2496.7276.08
Hex87A6FD2F2201e0614c
Octal207246375574201340141114
Binary100001111010011011111101101111100010011110000011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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