#87AFFA

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

Shades of Jordy Blue #87AFFA

Tints of Jordy Blue #87AFFA

Color information

#87AFFA (or 0x87AFFA) is unknown color: approx Jordy Blue. HEX triplet: 87, AF and FA. RGB value is (135,175,250). Sum of RGB (Red+Green+Blue) = 135+175+250=560 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.11% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #87AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFFA is #785005. Grayscale: #ABABAB. Windows color (decimal): -7884806 or 16428935. OLE color: 16428935.

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

Color convert

RGB135175250-
CMYK0.460.300.02
HSL219.13º92%75.49%-
HSV(B)219.13º46%98.04%-
XYZ42.5842.7196.44-
YUV171.59172.25101.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.11%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=24.11%
G=31.25%
B=44.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351752500.460.300.02219.139275.49
Hex87AFFA2E1E02db5c4b
Octal207257372563602333134113
Binary100001111010111111111010101110111100101101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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