#87AFFB

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

Shades of Jordy Blue #87AFFB

Tints of Jordy Blue #87AFFB

Color information

#87AFFB (or 0x87AFFB) is unknown color: approx Jordy Blue. HEX triplet: 87, AF and FB. RGB value is (135,175,251). Sum of RGB (Red+Green+Blue) = 135+175+251=561 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.06% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #87AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFFB is #785004. Grayscale: #ABABAB. Windows color (decimal): -7884805 or 16494471. OLE color: 16494471.

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

Color convert

RGB135175251-
CMYK0.460.3000.02
HSL219.31º93.55%75.69%-
HSV(B)219.31º46.22%98.43%-
XYZ42.7342.7897.27-
YUV171.7172.75101.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.06%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=24.06%
G=31.19%
B=44.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351752510.460.3000.02219.3193.5575.69
Hex87AFFB2E1E02db5e4c
Octal207257373563602333136114
Binary100001111010111111111011101110111100101101101110111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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