#87A9FA

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

Shades of Jordy Blue #87A9FA

Tints of Jordy Blue #87A9FA

Color information

#87A9FA (or 0x87A9FA) is unknown color: approx Jordy Blue. HEX triplet: 87, A9 and FA. RGB value is (135,169,250). Sum of RGB (Red+Green+Blue) = 135+169+250=554 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.37% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #87A9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87A9FA is #785605. Grayscale: #A7A7A7. Windows color (decimal): -7886342 or 16427399. OLE color: 16427399.

HSL color Cylindrical-coordinate representation of color #87A9FA: hue angle of 222.26º degrees, saturation: 0.92, 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 #87A9FA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB135169250-
CMYK0.460.3200.02
HSL222.26º92%75.49%-
HSV(B)222.26º46%98.04%-
XYZ41.4340.4396.06-
YUV168.07174.24104.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.37%
GREEN value IS 169 (66.41% from 255) = 30.51%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=24.37%
G=30.51%
B=45.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351692500.460.3200.02222.269275.49
Hex87A9FA2E2002de5c4b
Octal207251372564002336134113
Binary1000011110101001111110101011101000000101101111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,169,250); }

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

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

 a { background-color: rgb(135,169,250); }

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

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

 span { border-color: rgb(135,169,250); }

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