#87A7F9

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

Shades of Jordy Blue #87A7F9

Tints of Jordy Blue #87A7F9

Color information

#87A7F9 (or 0x87A7F9) is unknown color: approx Jordy Blue. HEX triplet: 87, A7 and F9. RGB value is (135,167,249). Sum of RGB (Red+Green+Blue) = 135+167+249=551 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.50% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 249 (97.66% from 255 or 45.19% from 551); Max value from RGB is 249 - color contains mainly: blue. Hex color #87A7F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A7F9 is #785806. Grayscale: #A6A6A6. Windows color (decimal): -7886855 or 16361351. OLE color: 16361351.

HSL color Cylindrical-coordinate representation of color #87A7F9: hue angle of 223.16º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87A7F9 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135167249-
CMYK0.460.3300.02
HSL223.16º90.48%75.29%-
HSV(B)223.16º45.78%97.65%-
XYZ40.9139.6395.12-
YUV166.78174.4105.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.50%
GREEN value IS 167 (65.62% from 255) = 30.31%
BLUE value IS 249 (97.66% from 255) = 45.19%
R=24.50%
G=30.31%
B=45.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351672490.460.3300.02223.1690.4875.29
Hex87A7F92E2102df5a4b
Octal207247371564102337132113
Binary1000011110100111111110011011101000010101101111110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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