#87AEEC

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

Shades of Jordy Blue #87AEEC

Tints of Jordy Blue #87AEEC

Color information

#87AEEC (or 0x87AEEC) is unknown color: approx Jordy Blue. HEX triplet: 87, AE and EC. RGB value is (135,174,236). Sum of RGB (Red+Green+Blue) = 135+174+236=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #87AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87AEEC is #785113. Grayscale: #A9A9A9. Windows color (decimal): -7885076 or 15511175. OLE color: 15511175.

HSL color Cylindrical-coordinate representation of color #87AEEC: hue angle of 216.83º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87AEEC is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135174236-
CMYK0.430.2600.07
HSL216.83º72.66%72.75%-
HSV(B)216.83º42.8%92.55%-
XYZ40.2741.4885.24-
YUV169.41165.58103.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.77%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=24.77%
G=31.93%
B=43.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351742360.430.2600.07216.8372.6672.75
Hex87AEEC2B1A07d94949
Octal207256354533207331111111
Binary1000011110101110111011001010111101001111101100110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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