#87aaf9

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

Shades of Jordy Blue #87AAF9

Tints of Jordy Blue #87AAF9

Color information

#87AAF9 (or 0x87AAF9) is unknown color: approx Jordy Blue. HEX triplet: 87, AA and F9. RGB value is (135,170,249). Sum of RGB (Red+Green+Blue) = 135+170+249=554 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.37% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #87AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AAF9 is #785506. Grayscale: #A8A8A8. Windows color (decimal): -7886087 or 16362119. OLE color: 16362119.

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

Color convert

RGB135170249-
CMYK0.460.3200.02
HSL221.58º90.48%75.29%-
HSV(B)221.58º45.78%97.65%-
XYZ41.4740.7495.3-
YUV168.54173.4104.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.37%
GREEN value IS 170 (66.80% from 255) = 30.69%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=24.37%
G=30.69%
B=44.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351702490.460.3200.02221.5890.4875.29
Hex87AAF92E2002de5a4b
Octal207252371564002336132113
Binary1000011110101010111110011011101000000101101111010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87aaf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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