#87ADDE

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

Shades of Jordy Blue #87ADDE

Tints of Jordy Blue #87ADDE

Color information

#87ADDE (or 0x87ADDE) is unknown color: approx Jordy Blue. HEX triplet: 87, AD and DE. RGB value is (135,173,222). Sum of RGB (Red+Green+Blue) = 135+173+222=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #87ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADDE is #785221. Grayscale: #A6A6A6. Windows color (decimal): -7885346 or 14593415. OLE color: 14593415.

HSL color Cylindrical-coordinate representation of color #87ADDE: hue angle of 213.79º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87ADDE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135173222-
CMYK0.390.2200.13
HSL213.79º56.86%70%-
HSV(B)213.79º39.19%87.06%-
XYZ38.1240.3174.88-
YUV167.22158.91105.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=25.47%
G=32.64%
B=41.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351732220.390.2200.13213.7956.8670
Hex87ADDE27160Dd63946
Octal207255336472601532671106
Binary1000011110101101110111101001111011001101110101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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