#87AFF8

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

Shades of Jordy Blue #87AFF8

Tints of Jordy Blue #87AFF8

Color information

#87AFF8 (or 0x87AFF8) is unknown color: approx Jordy Blue. HEX triplet: 87, AF and F8. RGB value is (135,175,248). Sum of RGB (Red+Green+Blue) = 135+175+248=558 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.19% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #87AFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFF8 is #785007. Grayscale: #ABABAB. Windows color (decimal): -7884808 or 16297863. OLE color: 16297863.

HSL color Cylindrical-coordinate representation of color #87AFF8: hue angle of 218.76º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87AFF8 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB135175248-
CMYK0.460.2900.03
HSL218.76º88.98%75.1%-
HSV(B)218.76º45.56%97.25%-
XYZ42.2642.5994.8-
YUV171.36171.25102.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.19%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=24.19%
G=31.36%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1351752480.460.2900.03218.7688.9875.1
Hex87AFF82E1D03db594b
Octal207257370563503333131113
Binary100001111010111111111000101110111010111101101110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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