#87AEFA

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

Shades of Jordy Blue #87AEFA

Tints of Jordy Blue #87AEFA

Color information

#87AEFA (or 0x87AEFA) is unknown color: approx Jordy Blue. HEX triplet: 87, AE and FA. RGB value is (135,174,250). Sum of RGB (Red+Green+Blue) = 135+174+250=559 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.15% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #87AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AEFA is #785105. Grayscale: #AAAAAA. Windows color (decimal): -7885062 or 16428679. OLE color: 16428679.

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

Color convert

RGB135174250-
CMYK0.460.3000.02
HSL219.65º92%75.49%-
HSV(B)219.65º46%98.04%-
XYZ42.3842.3396.38-
YUV171172.58102.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.15%
GREEN value IS 174 (68.36% from 255) = 31.13%
BLUE value IS 250 (98.05% from 255) = 44.72%
R=24.15%
G=31.13%
B=44.72%

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
Decimal1351742500.460.3000.02219.659275.49
Hex87AEFA2E1E02dc5c4b
Octal207256372563602334134113
Binary100001111010111011111010101110111100101101110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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