#87AFEE

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

Shades of Jordy Blue #87AFEE

Tints of Jordy Blue #87AFEE

Color information

#87AFEE (or 0x87AFEE) is unknown color: approx Jordy Blue. HEX triplet: 87, AF and EE. RGB value is (135,175,238). Sum of RGB (Red+Green+Blue) = 135+175+238=548 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.64% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #87AFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AFEE is #785011. Grayscale: #A9A9A9. Windows color (decimal): -7884818 or 15642503. OLE color: 15642503.

HSL color Cylindrical-coordinate representation of color #87AFEE: hue angle of 216.7º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87AFEE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135175238-
CMYK0.430.2600.07
HSL216.7º75.18%73.14%-
HSV(B)216.7º43.28%93.33%-
XYZ40.7541.9886.84-
YUV170.22166.25102.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.64%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 238 (93.36% from 255) = 43.43%
R=24.64%
G=31.93%
B=43.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351752380.430.2600.07216.775.1873.14
Hex87AFEE2B1A07d94b49
Octal207257356533207331113111
Binary1000011110101111111011101010111101001111101100110010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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