#86A5DD

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

Shades of Jordy Blue #86A5DD

Tints of Jordy Blue #86A5DD

Color information

#86A5DD (or 0x86A5DD) is unknown color: approx Jordy Blue. HEX triplet: 86, A5 and DD. RGB value is (134,165,221). Sum of RGB (Red+Green+Blue) = 134+165+221=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #86A5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5DD is #795A22. Grayscale: #A1A1A1. Windows color (decimal): -7952931 or 14525830. OLE color: 14525830.

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

Color convert

RGB134165221-
CMYK0.390.2500.13
HSL218.62º56.13%69.61%-
HSV(B)218.62º39.37%86.67%-
XYZ36.3437.273.67-
YUV162.12161.23107.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 165 (64.84% from 255) = 31.73%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=25.77%
G=31.73%
B=42.5%

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
Decimal1341652210.390.2500.13218.6256.1369.61
Hex86A5DD27190Ddb3846
Octal206245335473101533370106
Binary1000011010100101110111011001111100101101110110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A5DD; }

 p { color: rgb(134,165,221); }

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

<style>
 a { background-color: #86A5DD; }

 a { background-color: rgb(134,165,221); }

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

<style>
 span { border-color: #86A5DD; }

 span { border-color: rgb(134,165,221); }

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