#87A6DE

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

Shades of Jordy Blue #87A6DE

Tints of Jordy Blue #87A6DE

Color information

#87A6DE (or 0x87A6DE) is unknown color: approx Jordy Blue. HEX triplet: 87, A6 and DE. RGB value is (135,166,222). Sum of RGB (Red+Green+Blue) = 135+166+222=523 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.81% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #87A6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6DE is #785921. Grayscale: #A2A2A2. Windows color (decimal): -7887138 or 14591623. OLE color: 14591623.

HSL color Cylindrical-coordinate representation of color #87A6DE: hue angle of 218.62º 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 #87A6DE is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB135166222-
CMYK0.390.2500.13
HSL218.62º56.86%70%-
HSV(B)218.62º39.19%87.06%-
XYZ36.8137.774.44-
YUV163.11161.23107.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.81%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=25.81%
G=31.74%
B=42.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351662220.390.2500.13218.6256.8670
Hex87A6DE27190Ddb3946
Octal207246336473101533371106
Binary1000011110100110110111101001111100101101110110111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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