#87ACFF

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

Shades of Jordy Blue #87ACFF

Tints of Jordy Blue #87ACFF

Color information

#87ACFF (or 0x87ACFF) is unknown color: approx Jordy Blue. HEX triplet: 87, AC and FF. RGB value is (135,172,255). Sum of RGB (Red+Green+Blue) = 135+172+255=562 (74% of max value = 765). Red value is 135 (53.12% from 255 or 24.02% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #87ACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ACFF is #785300. Grayscale: #AAAAAA. Windows color (decimal): -7885569 or 16755847. OLE color: 16755847.

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

Color convert

RGB135172255-
CMYK0.470.3300
HSL221.5º100%76.47%-
HSV(B)221.5º47.06%100%-
XYZ42.7941.88100.44-
YUV170.4175.74102.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.02%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 255 (100% from 255) = 45.37%
R=24.02%
G=30.60%
B=45.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351722550.470.3300221.510076.47
Hex87ACFF2F2100de644c
Octal207254377574100336144114
Binary100001111010110011111111101111100001001101111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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