#87AAFE

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

Shades of Jordy Blue #87AAFE

Tints of Jordy Blue #87AAFE

Color information

#87AAFE (or 0x87AAFE) is unknown color: approx Jordy Blue. HEX triplet: 87, AA and FE. RGB value is (135,170,254). Sum of RGB (Red+Green+Blue) = 135+170+254=559 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.15% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #87AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AAFE is #785501. Grayscale: #A8A8A8. Windows color (decimal): -7886082 or 16689799. OLE color: 16689799.

HSL color Cylindrical-coordinate representation of color #87AAFE: hue angle of 222.35º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87AAFE is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB135170254-
CMYK0.470.3300.00
HSL222.35º98.35%76.27%-
HSV(B)222.35º46.85%99.61%-
XYZ42.2641.0699.46-
YUV169.11175.9103.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.15%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 254 (99.61% from 255) = 45.44%
R=24.15%
G=30.41%
B=45.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1351702540.470.3300.00222.3598.3576.27
Hex87AAFE2F2100de624c
Octal207252376574100336142114
Binary100001111010101011111110101111100001001101111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,170,254); }

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

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

 a { background-color: rgb(135,170,254); }

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

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

 span { border-color: rgb(135,170,254); }

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