#86AAFF

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

Shades of Jordy Blue #86AAFF

Tints of Jordy Blue #86AAFF

Color information

#86AAFF (or 0x86AAFF) is unknown color: approx Jordy Blue. HEX triplet: 86, AA and FF. RGB value is (134,170,255). Sum of RGB (Red+Green+Blue) = 134+170+255=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #86AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #86AAFF is #795500. Grayscale: #A8A8A8. Windows color (decimal): -7951617 or 16755334. OLE color: 16755334.

HSL color Cylindrical-coordinate representation of color #86AAFF: hue angle of 222.15º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86AAFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB134170255-
CMYK0.470.3300
HSL222.15º100%76.27%-
HSV(B)222.15º47.45%100%-
XYZ42.2641.04100.3-
YUV168.93176.57103.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 255 (100% from 255) = 45.62%
R=23.97%
G=30.41%
B=45.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1341702550.470.3300222.1510076.27
Hex86AAFF2F2100de644c
Octal206252377574100336144114
Binary100001101010101011111111101111100001001101111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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