#86AADD

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

Shades of Jordy Blue #86AADD

Tints of Jordy Blue #86AADD

Color information

#86AADD (or 0x86AADD) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and DD. RGB value is (134,170,221). Sum of RGB (Red+Green+Blue) = 134+170+221=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #86AADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AADD is #795522. Grayscale: #A4A4A4. Windows color (decimal): -7951651 or 14527110. OLE color: 14527110.

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

Color convert

RGB134170221-
CMYK0.390.2300.13
HSL215.17º56.13%69.61%-
HSV(B)215.17º39.37%86.67%-
XYZ37.2639.0473.98-
YUV165.05159.57105.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=25.52%
G=32.38%
B=42.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341702210.390.2300.13215.1756.1369.61
Hex86AADD27170Dd73846
Octal206252335472701532770106
Binary1000011010101010110111011001111011101101110101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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