#87ACF9

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

Shades of Jordy Blue #87ACF9

Tints of Jordy Blue #87ACF9

Color information

#87ACF9 (or 0x87ACF9) is unknown color: approx Jordy Blue. HEX triplet: 87, AC and F9. RGB value is (135,172,249). Sum of RGB (Red+Green+Blue) = 135+172+249=556 (73% of max value = 765). Red value is 135 (53.12% from 255 or 24.28% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 249 (97.66% from 255 or 44.78% from 556); Max value from RGB is 249 - color contains mainly: blue. Hex color #87ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACF9 is #785306. Grayscale: #A9A9A9. Windows color (decimal): -7885575 or 16362631. OLE color: 16362631.

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

Color convert

RGB135172249-
CMYK0.460.3100.02
HSL220.53º90.48%75.29%-
HSV(B)220.53º45.78%97.65%-
XYZ41.8441.595.43-
YUV169.72172.74103.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.28%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 249 (97.66% from 255) = 44.78%
R=24.28%
G=30.94%
B=44.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1351722490.460.3100.02220.5390.4875.29
Hex87ACF92E1F02dd5a4b
Octal207254371563702335132113
Binary100001111010110011111001101110111110101101110110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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