#87ADEC

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

Shades of Jordy Blue #87ADEC

Tints of Jordy Blue #87ADEC

Color information

#87ADEC (or 0x87ADEC) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and EC. RGB value is (135,173,236). Sum of RGB (Red+Green+Blue) = 135+173+236=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #87ADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #87ADEC is #785213. Grayscale: #A8A8A8. Windows color (decimal): -7885332 or 15510919. OLE color: 15510919.

HSL color Cylindrical-coordinate representation of color #87ADEC: hue angle of 217.43º 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 #87ADEC is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135173236-
CMYK0.430.2700.07
HSL217.43º72.66%72.75%-
HSV(B)217.43º42.8%92.55%-
XYZ40.0841.0985.18-
YUV168.82165.91103.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=24.82%
G=31.80%
B=43.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351732360.430.2700.07217.4372.6672.75
Hex87ADEC2B1B07d94949
Octal207255354533307331111111
Binary1000011110101101111011001010111101101111101100110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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